From 787e4cc0fef012132c38762b1124dc13e0cf55d7 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 20 Apr 2001 16:56:55 +0000 Subject: [PATCH] That made it into 4.0.5. --- NEWS | 2 -- 1 file changed, 2 deletions(-) diff --git a/NEWS b/NEWS index ae2b1619448..29e62996e9d 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)