From: Sascha Schumann Date: Wed, 25 Sep 2002 16:06:40 +0000 (+0000) Subject: style police X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc4253f73a445ef9bd7643273888a172877529a3;p=php style police --- diff --git a/EXTENSIONS b/EXTENSIONS index 9e54d5fd86..bf9f7ba8f6 100644 --- a/EXTENSIONS +++ b/EXTENSIONS @@ -423,7 +423,7 @@ SINCE: 4.0.2 EXTENSION: swf PRIMARY MAINTAINER: Sterling Hughes MAINTENANCE: Orphaned -STATUS: Depreciated (Use the ming swf extension instead) +STATUS: Deprecated (Use the ming swf extension instead) COMMENT: Only for Unix (won't change) ------------------------------------------------------------------------------- EXTENSION: sysvsem diff --git a/NEWS b/NEWS index d8219257c8..843ef57e18 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 -- Implement platform independant socket error constants, which benefits error handling +- Added platform independent socket error constants for better error handling. - 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().