From: Marcus Boerger Date: Sun, 13 Jul 2008 21:59:50 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.3.0alpha1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffb3a6b6583ead84a5eae1e95a6e77d6b7074fd6;p=php - BFN --- diff --git a/NEWS b/NEWS index b6042dad33..2e687dae90 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,8 @@ PHP NEWS dropped in future PHP versions. (Lars Strojny, Felipe, Marcus) . Added "request_order" INI variable to control specifically $_REQUEST behavior. (Stas) + . Added support for exception linking. (Marcus) + . Added ability to handle exceptions in destuctors. (Marcus) - Improved PHP runtime speed and memory usage: . Removed direct executor recursion. (Dmitry) @@ -112,6 +114,7 @@ PHP NEWS . Added SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue classes. (Etienne) . Added new parameter $prepend to spl_autoload_register(). (Etienne) . Added FixedArray. (Etienne, Tony) + . Added delaying exceptions in SPL's autoload mechanism. (Marcus) - Improved Zend Engine: . Added "compact" handler for Zend MM storage. (Dmitry)