summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-09-25 16:06:40 +0000
committerSascha Schumann <sas@php.net>2002-09-25 16:06:40 +0000
commitbc4253f73a445ef9bd7643273888a172877529a3 (patch)
tree33cf586ad2a1e78b3ebe03d0228231ccffa86636
parent0141e970526bf07dc37d2519c444b6d83fe1863c (diff)
downloadphp-git-bc4253f73a445ef9bd7643273888a172877529a3.tar.gz
style police
-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().