From: Date: Thu, 12 Sep 2002 00:34:41 +0000 (+0000) Subject: NEWS update X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1d0acc1f590a8d89b89e3ea6c5346760d3504f2;p=php NEWS update --- diff --git a/NEWS b/NEWS index 4c0f84597e..ea4868affa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Added ability to use Perl-style ${n} subpattern references in the + replacement string for preg_replace(). Takes care of bug #18442. (Andrei) - Fixed array_merge_recursive() to avoid problems with merging cyclical arrays (bug #16064). (Andrei) - Made function_exists() work properly with disabled functions. (Andrei)