From: Hannes Magnusson Date: Fri, 1 Feb 2008 10:45:48 +0000 (+0000) Subject: glob:// was added in 5.3, no need to mention bug fixes for it X-Git-Tag: RELEASE_1_3_1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79da75ced013952fef376e7e8e40efe69023f481;p=php glob:// was added in 5.3, no need to mention bug fixes for it --- diff --git a/NEWS b/NEWS index 2fd203cae7..c48c1d6cc0 100644 --- a/NEWS +++ b/NEWS @@ -29,7 +29,6 @@ PHP NEWS SplObjectStorage. (Marcus) . Added ArrayAccess support to SplObjectStorage. (Marcus) . Added SplDoublyLinkedList, SplStack, SplQueue classes. (Etienne) - . Fixed glob:// stream handling in (Recursive)DirectoryIterator. (Marcus) - Added ability to use Traversable objects instead of plain arrays in ext/soap. (Joshua Reese, Dmitry) - Added "?:" operator. (Marcus)