summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-10-08 11:16:54 +0000
committerfoobar <sniper@php.net>2003-10-08 11:16:54 +0000
commitd65297c75041bf1499b736dbd2fbcecafede8c82 (patch)
treec3bd1c339a6ffbacf0f4b56c121ba79c09e02ba0
parent590b3ccc79496e746c7aab8a62c2ccbb4ba8ceb2 (diff)
downloadphp-git-d65297c75041bf1499b736dbd2fbcecafede8c82.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c38f5bf13e..a450428a35 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,7 @@ PHP NEWS
(Sterling)
- Fixed visibility of __construct and __clone. (Marcus)
- Fixed bug #25756 (SimpleXML's validate_schema_file() broken). (Moriyoshi)
+- Fixed bug #25494 (array_merge*() allows non-arrays as argument). (Jay)
- Fixed bug #24766 (strange result array from unpack()). (Moriyoshi)
- Fixed bug #24729 ($obj = new $className; causes crash when $className is not
set). (Marcus)