diff options
author | <changelog@php.net> | 2000-05-31 02:15:11 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-05-31 02:15:11 +0000 |
commit | c521aeda57bd758e0066c6866ea05139704edea3 (patch) | |
tree | 7663aa62bf4a62e2391ea502a1ff71636673a472 | |
parent | 640c8226aa827ecc502f1cd94f299a8130326448 (diff) | |
download | php-git-c521aeda57bd758e0066c6866ea05139704edea3.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |