From: Marcus Boerger Date: Tue, 10 Jun 2008 17:51:51 +0000 (+0000) Subject: - BFN X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59b914c5e0391abb8bbe362f21989a6f55b1c003;p=php - BFN --- diff --git a/NEWS b/NEWS index 44a7c0c0e2..c4169e4a24 100644 --- 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.