summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sbergmann@php.net>2001-03-26 19:03:36 +0000
committerSebastian Bergmann <sbergmann@php.net>2001-03-26 19:03:36 +0000
commitdbe4447040ba4f9c55642b23ba8be0917b65f9f7 (patch)
tree0026e2be26e94193994bb77f648eb76e055215b8
parent54da9024f5be1d47fc75b48684ceba13ce83efe5 (diff)
downloadphp-git-dbe4447040ba4f9c55642b23ba8be0917b65f9f7.tar.gz
Nitpicking.
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b09ba7c53c..818b766e48 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP 4.0 NEWS
?? ??? 200?, Version 4.0.6
- Modified get_parent_class() to accept a class name as well as a class
- instance. (Andrei, Zend engine)
+ instance. (Andrei, Zend Engine)
- Added support for UNC style paths (\\server\share\file & //server/share/file)
(Daniel, TSRM)
- Changed C++ style comments to C-style comments (Marc)
@@ -150,7 +150,7 @@ PHP 4.0 NEWS
- Fixed date('r') overflow
- Made the php.ini path reported in phpinfo() always point to the absolute
path that was opened (Zeev)
-- Made the INI mechanism thread safe (Zeev, Zend engine)
+- Made the INI mechanism thread safe (Zeev, Zend Engine)
- Changed setlocale() to use LC_* constants. (Jani)
- ctype functions now follow the extension naming conventions (Hartmut)
- Added iconv() function (using libc or libiconv) (Stig)
@@ -570,7 +570,7 @@ PHP 4.0 NEWS
and currently run through a system call. This will speed up the UdmSearch
php frontend significantly. (Rasmus)
- Modified in_array() to not touch array pointer. (Andrei)
-- Added restore_error_handler(). (Zeev, Zend engine)
+- Added restore_error_handler(). (Zeev, Zend Engine)
- Fixed erroneous file names and line numbers in error situations under the
multithreaded version of PHP - most noticeably Win32 (Zeev, Zend Engine)
- Fixed problem with CGI crashing on certain servers especially Windows Apache