]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 14 Mar 2001 02:09:15 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Wed, 14 Mar 2001 02:09:15 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 852e51907dd6c4a2f43632dba1639fa2bdc2aaa4..9424780d143a09265fbc5253cf083cab4e0131bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.6
+- 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)