1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

glob:// was added in 5.3, no need to mention bug fixes for it

This commit is contained in:
Hannes Magnusson
2008-02-01 10:45:48 +00:00
parent 680cf8e994
commit 79da75ced0

1
NEWS
View File

@@ -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)