]> granicus.if.org Git - php/commitdiff
style police
authorSascha Schumann <sas@php.net>
Wed, 25 Sep 2002 16:06:40 +0000 (16:06 +0000)
committerSascha Schumann <sas@php.net>
Wed, 25 Sep 2002 16:06:40 +0000 (16:06 +0000)
EXTENSIONS
NEWS

index 9e54d5fd865eca07022afd876f6fb552a4108422..bf9f7ba8f6dd4a76247860d074af19d2aab72b48 100644 (file)
@@ -423,7 +423,7 @@ SINCE:               4.0.2
 EXTENSION:           swf
 PRIMARY MAINTAINER:  Sterling Hughes <sterling@php.net>
 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 d8219257c838abd2be29e4782caf7a05ce916d46..843ef57e1845c1c87038024d5b5c2729af8e0763 100644 (file)
--- 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().