That made it into 4.0.5.

This commit is contained in:
Andrei Zmievski 2001-04-20 16:56:55 +00:00
parent d9b2f7910e
commit 787e4cc0fe

2
NEWS
View File

@ -39,8 +39,6 @@ PHP 4.0 NEWS
the specified callback. (Andrei) the specified callback. (Andrei)
- Fixed all relevant array functions to avoid moving the internal array - Fixed all relevant array functions to avoid moving the internal array
pointer during operations. (Andrei) 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 - Added mysql_unbuffered_query(), which is useful for very large result sets
(Zeev) (Zeev)