]> granicus.if.org Git - php/commitdiff
- BFN
authorMarcus Boerger <helly@php.net>
Tue, 10 Jun 2008 17:51:51 +0000 (17:51 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 10 Jun 2008 17:51:51 +0000 (17:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 44a7c0c0e2f12c88d9fa0d6864f0830b36642c52..c4169e4a24ad255305c171201151a09d93a56f0c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,8 @@ PHP                                                                        NEWS
   . Added FilesystemIterator. (Marcus)
   . Added GlobIterator. (Marcus)
   . Added SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue classes. (Etienne)
+  . Added new parameter $prepend to spl_autoload_register(). (Etienne)
+  . Added FastArray. (Etienne, Tony)
 - Added 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.