From: Date: Sat, 17 Mar 2001 02:09:15 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.6RC1~668 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cda95e161db92954f89c702ac0af81c6dac53b83;p=php NEWS update --- diff --git a/NEWS b/NEWS index 9424780d14..697eb1c7df 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.6 +- Added array_filter(), which allows filtering of array elements via + 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