]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 31 May 2000 02:15:11 +0000 (02:15 +0000)
committer <changelog@php.net> <>
Wed, 31 May 2000 02:15:11 +0000 (02:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f2be22e00832c36cbb584037ef22ecad662b6698..56dd0fe97aef3708a813cb8741742daf1263b225 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.1
+- Added array_merge_recursive() that will recursively merge values
+  under the same keys. (Andrei)
+- fixed crash in OCIParse when parsing invalid SQL. (Thies)
 - Fixed a bug in mysql_connect() that made it ignore the socket argument, in
   case of non-persistent connects (Zeev)
 - Added disable_functions php.ini directive, to allow administrators to disable