From: Date: Fri, 25 Aug 2000 08:15:05 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6e38a2e95096862bc2d0719f46331f5526f3c1d;p=php NEWS update --- diff --git a/NEWS b/NEWS index c824fd8b1a..685d093df9 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.2 +- Fixed a bug that did not respect limit parameter in preg_replace() when + using /e modifier. (Andrei) - Added ability for each xml_set_*_handler() function to take the array($obj, 'method') syntax for the handler argument as well as the normal function name. (Andrei)