From: Wez Furlong Date: Mon, 23 Sep 2002 19:16:03 +0000 (+0000) Subject: include(URL). X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d96a7ba3f6d22a5adadbb39420ce89362615f3ad;p=php include(URL). --- diff --git a/NEWS b/NEWS index 9e6607afb0..a1a90ab6c7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- include and require now 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)