]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Tue, 15 Oct 2002 00:36:04 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Tue, 15 Oct 2002 00:36:04 +0000 (00:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0016183023fa24ea8e47893c16e88a9b42fcf080..2f091c7f4426ff61ffa7b59b88105951d9a4a99e 100644 (file)
--- 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)