]> granicus.if.org Git - php/commitdiff
Fix #49723 (Skip seek when unnecessary)
authorEtienne Kneuss <colder@php.net>
Tue, 27 Apr 2010 04:58:44 +0000 (04:58 +0000)
committerEtienne Kneuss <colder@php.net>
Tue, 27 Apr 2010 04:58:44 +0000 (04:58 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 418b730c833ebb34d085382ecb40484318a68cf6..6047b50cc91cd80171af432d1fd15a20a6a53b77 100644 (file)
--- 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)