]> granicus.if.org Git - php/commitdiff
Reflect recent streams changes.
authorWez Furlong <wez@php.net>
Mon, 23 Sep 2002 18:35:22 +0000 (18:35 +0000)
committerWez Furlong <wez@php.net>
Mon, 23 Sep 2002 18:35:22 +0000 (18:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a26780738d5bc895f818ee84767eda3ad1678196..9e6607afb03f1dd731302148addd190bf4ee856e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
-- Fixed compilation errors when compiling with the fribidi extension (Bug #16414) (Tal)
+- Added php.ini option "auto_detect_line_endings" which enables PHP to detect
+  Macintosh, Unix and Dos end-of-line characters in fgets() and file().
+  Fixes Bug #16521. (Wez)
+- Fixed compilation errors when compiling with the fribidi extension.
+  (Bug #16414) (Tal)
 - Fixed bugs #7472, #12120 and #12989 as well as other potential problems
   with strip_tags() function. (Ilia)
 - Upgraded PCRE to version 3.9. (Wez)
@@ -73,7 +77,8 @@ PHP 4                                                                      NEWS
 - Fixed a bug in ODBC where closing the module caused a crash in the Windows 
   executable. (kalowsky)
 - Fixed memory leaks in pack() and unpack(). (Patch by ilia@prohost.org)
-- Added a default timeout to PHP streams. (kalowsky, ilia@prohost.org)
+- Added php.ini option "default_socket_timeout" to set the timeout limit for 
+  PHP streams. (kalowsky, ilia@prohost.org, Wez)
 - Added URLs to error messages which direct to a page describing the error or 
   function in question. (Derick, Wez, Marcus)
 - Added odbc_data_source() functionality to identify DB ServerName, and a