summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-09-11 00:34:28 +0000
committer <changelog@php.net>2002-09-11 00:34:28 +0000
commitfdf1c12195d06b3e98b8ec13b49a449dfa6e030f (patch)
tree431633511051d9913c830aff737a2e9aba92cdd3
parenta0620f711d76631731c6d976eeb46e6329243cf3 (diff)
downloadphp-git-fdf1c12195d06b3e98b8ec13b49a449dfa6e030f.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df299f9228..4c0f84597e 100644
--- 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)