From: Date: Fri, 24 Nov 2000 02:09:09 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.4RC3~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b762691d4dc862110cfa6cfac638f796205bf081;p=php NEWS update --- diff --git a/NEWS b/NEWS index c82f23d0c7..a95361e431 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.4 +- Implemented support for Perl-style matching regexp delimiters in PCRE. + You can use <{[( and )]}> to delimit your expressions now. (Andrei) +- Introduced new 'F' modifier in PCRE that lets you specify a function + name in the replacement argument to preg_replace() that will be called + at run-time to provide the replacement string. It is passed an array of + matched pattern and subpatterns. (Andrei) - Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen) - Fixed realpath() in Virtual Directory mode (Daniel) - Integrated the Phil Nelson's bc math library routines into PHP, now that