summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-11-17 14:21:31 +0000
committerAndrei Zmievski <andrei@php.net>2000-11-17 14:21:31 +0000
commit7059daa7efea8328ae72b9dac2001ade15ff8ed4 (patch)
treef4711de419555d86305ad0765460cd1d3c531eba
parent023a95ae1c9f015d064eb35a370659da6ba25222 (diff)
downloadphp-git-7059daa7efea8328ae72b9dac2001ade15ff8ed4.tar.gz
Fix.
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 02ca2ac95d..a8a28ce78c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.4
-- Fixed ext/java so that it will compile with SUN CC
+- Fixed ext/java so that SUN CC can compile it (Jason)
- Modified preg_grep() to always return the results with keys from the original
array. (Andrei)
- Modified preg_replace() to accept Perl-style $n backreferences in addition
@@ -94,7 +94,6 @@ PHP 4.0 NEWS
to each ENCAPSULATED TC_STRING) (alex@zend.com)
- Added HMAC support in the mhash module (nmav@altera.gr)
- Added module for Ovrimos sql server (nmav@altera.gr)
-- Fixed ext/java so that SUN CC can compile it (Jason)
11 Oct 2000, Version 4.0.3
- Fixed a possible crash in -a interactive mode (Zeev, Zend Engine)