From: Date: Wed, 31 May 2000 02:15:11 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c521aeda57bd758e0066c6866ea05139704edea3;p=php NEWS update --- 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