From: Andrei Zmievski Date: Fri, 20 Apr 2001 16:56:55 +0000 (+0000) Subject: That made it into 4.0.5. X-Git-Tag: php-4.0.6RC1~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=787e4cc0fef012132c38762b1124dc13e0cf55d7;p=php That made it into 4.0.5. --- diff --git a/NEWS b/NEWS index ae2b161944..29e62996e9 100644 --- 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)