]> granicus.if.org Git - php/commitdiff
That made it into 4.0.5.
authorAndrei Zmievski <andrei@php.net>
Fri, 20 Apr 2001 16:56:55 +0000 (16:56 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 20 Apr 2001 16:56:55 +0000 (16:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ae2b1619448b658226a9fac4f86167452a2a5b11..29e62996e9d4ab491b48e4e5480ea29a6a2bce31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,8 +39,6 @@ PHP 4.0                                                                    NEWS
   the specified callback. (Andrei)
 - Fixed all relevant array functions to avoid moving the internal array
   pointer during operations. (Andrei)
-- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
-  one should use new preg_replace_callback() function. (Andrei)
 - Added mysql_unbuffered_query(), which is useful for very large result sets
   (Zeev)