1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00

Heaps addition

This commit is contained in:
Etienne Kneuss
2008-02-29 09:42:23 +00:00
parent 7c2052957c
commit e9918d1bcc

1
NEWS
View File

@@ -44,6 +44,7 @@ PHP NEWS
. Added SplDoublyLinkedList, SplStack, SplQueue classes. (Etienne)
. Added FilesystemIterator. (Marcus)
. Added GlobIterator. (Marcus)
. Added SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue classes. (Etienne)
- Add the ReflectionProperty::setAccessible() method that allows non-public
property's values to be read through ::getValue(). (Derick)
- Added ability to use Traversable objects instead of plain arrays in ext/soap.