summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-05-31 02:15:11 +0000
committer <changelog@php.net>2000-05-31 02:15:11 +0000
commitc521aeda57bd758e0066c6866ea05139704edea3 (patch)
tree7663aa62bf4a62e2391ea502a1ff71636673a472
parent640c8226aa827ecc502f1cd94f299a8130326448 (diff)
downloadphp-git-c521aeda57bd758e0066c6866ea05139704edea3.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2be22e008..56dd0fe97a 100644
--- 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