From b762691d4dc862110cfa6cfac638f796205bf081 Mon Sep 17 00:00:00 2001 From: Date: Fri, 24 Nov 2000 02:09:09 +0000 Subject: [PATCH] NEWS update --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.50.1