From: Etienne Kneuss Date: Tue, 27 Apr 2010 04:58:44 +0000 (+0000) Subject: Fix #49723 (Skip seek when unnecessary) X-Git-Tag: php-5.2.14RC1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3e945594588ed18fd73fdc10c27086dc366b791;p=php Fix #49723 (Skip seek when unnecessary) --- diff --git a/NEWS b/NEWS index 418b730c83..6047b50cc9 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,7 @@ PHP NEWS (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)