summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
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)