summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--EXTENSIONS2
-rw-r--r--NEWS2
2 files changed, 2 insertions, 2 deletions
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 <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 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().