From: foobar Date: Mon, 23 Sep 2002 23:41:54 +0000 (+0000) Subject: yadda yadda.. X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7cd711b0de7576baf286aefcb6188847f4164d6;p=php yadda yadda.. --- diff --git a/NEWS b/NEWS index a1a90ab6c7..9117c4d723 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,11 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 -- include and require now work with remote files under win32. (Wez) +- Fixed include() and require() to work with remote files under win32. (Wez) - 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 compile errors in 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)