colder Tue, 27 Apr 2010 04:58:44 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=298634
Log: Fix #49723 (Skip seek when unnecessary) Bug: http://bugs.php.net/49723 (Assigned) LimitIterator with empty ArrayIterator Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS =================================================================== --- php/php-src/branches/PHP_5_2/NEWS 2010-04-27 04:57:48 UTC (rev 298633) +++ php/php-src/branches/PHP_5_2/NEWS 2010-04-27 04:58:44 UTC (rev 298634) @@ -52,6 +52,7 @@ (Raphael Geissert) - Fixed bug #50383 (Exceptions thrown in __call() / __callStatic() do not include file and line in trace). (Felipe) +- Fixed bug #49723 (LimitIterator with empty SeekableIterator). (Etienne) - Fixed bug #49576 (FILTER_VALIDATE_EMAIL filter needs updating) (Rasmus) - Fixed bug #49267 (Linking fails for iconv). (Moriyosh) - Fixed bug #43314 (iconv_mime_encode(), broken Q scheme). (Rasmus)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php