summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-11-15 13:36:49 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-11-15 13:36:49 +0000
commit57ca42e10f1672805eb51a4bfed797d95a21998b (patch)
treea9da9579f7e229ee4252caf31f0a02d92b891c10
parent66ec203e70cb4cee6cd91449ffb403731f3298e5 (diff)
downloadphp-git-57ca42e10f1672805eb51a4bfed797d95a21998b.tar.gz
Bug fixing news
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ec7dcf72b7..8c68e64a2c 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ PHP 4 NEWS
- Moved extensions to PECL (http://pear.php.net/): (James, Derick)
. ext/vpopmail
. ext/cybermut
+- Fixed bug #20381 (array_merge_recursive mangles input arrays). (Moriyoshi)
- Added -n command switch to cli and cgi version which allows to skip php.ini
parsing at startup. (Marcus, Wez)
- Added "neutral" language entry to mbstring spec. (Moriyoshi)