helly           Sun Jul 13 21:59:51 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  - BFN
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.198&r2=1.2027.2.547.2.965.2.199&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.198 
php-src/NEWS:1.2027.2.547.2.965.2.199
--- php-src/NEWS:1.2027.2.547.2.965.2.198       Wed Jul  9 10:07:46 2008
+++ php-src/NEWS        Sun Jul 13 21:59:50 2008
@@ -35,6 +35,8 @@
     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 @@
   . 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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to