summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-10-15 00:36:04 +0000
committer <changelog@php.net>2002-10-15 00:36:04 +0000
commit226f0a1ed865a8aaed2c37f8629d35dbcaef86ee (patch)
treee2b0f0026494cd9c3746014e11ac7d2f5618ac3a
parentd396d9c7ce7d8170b933a3afcb0c28c818e50c29 (diff)
downloadphp-git-226f0a1ed865a8aaed2c37f8629d35dbcaef86ee.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0016183023..2f091c7f44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- fgets($fp) (with no length parameter) now uses a buffer as long as the
+ the next line available from the $fp. Previously, there was a 1KB limit.
+ (Wez)
- Changed registry entries under "HKLM\SOFTWARE\PHP\Per Directory Values" to
work also with administrative directives such as safe_mode, open_basedir,
etc. (Claudio Felber)