]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 11 Sep 2002 00:34:28 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Wed, 11 Sep 2002 00:34:28 +0000 (00:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index df299f92283c86b868c13d3f93e21aa9bb4f352c..4c0f84597edfff1bf4d046eca2333de54baeb723 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
+- Fixed array_merge_recursive() to avoid problems with merging cyclical
+  arrays (bug #16064). (Andrei)
 - Made function_exists() work properly with disabled functions. (Andrei)
 - Added ability to extract() variables as references via OR'able EXTR_REFS
   flag. (Andrei)