From: Date: Tue, 17 Apr 2001 01:09:32 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.6RC1~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f9e80321856306e7e389964396a84bfc3a1a068;p=php NEWS update --- diff --git a/NEWS b/NEWS index c3259917ec..ae2b161944 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.6 +- Added -C command-line option to avoid chdir to the script's directory (Stig) +- Fixed a bug with /e modifier in preg_replace(), that would not correctly + replace two-digit references if single digit references were present + before them. This fixed bug #10218. (Andrei) - Added temporary LOB support in OCI8 (Patch by David Benson) - Fixed crash in pathinfo() - OCI8 now supports binding of collections