summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-06-02 08:53:55 +0000
committerThies C. Arntzen <thies@php.net>2000-06-02 08:53:55 +0000
commit22e9ff476aa8ab4f68cf568e9ccf3216f26b6a17 (patch)
tree6152ece74a0e1019e21131a02592abe4cc11bf91
parent45cfada9a1d5a1c5275f036d67693b42e9ae3e9e (diff)
downloadphp-git-22e9ff476aa8ab4f68cf568e9ccf3216f26b6a17.tar.gz
-
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb39e2256c..0bc70d9535 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ PHP 4.0 NEWS
?? ??? 2000, Version 4.0.1
- Cleaned up PCRE extension and made it binary-safe. (Andrei)
- Added third argument to in_array(). If it's true, then in_array()
-- will use strict comparison instead of the default one. (Andrei)
+ will use strict comparison instead of the default one. (Andrei)
- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
- ignore_user_abort=Off is now default. (Thies)
- Added array_merge_recursive() that will recursively merge values