dmitry          Fri Jun 10 08:27:07 2005 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  Add some entries that was forgotten
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1909&r2=1.1910&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1909 php-src/NEWS:1.1910
--- php-src/NEWS:1.1909 Thu Jun  9 13:22:06 2005
+++ php-src/NEWS        Fri Jun 10 08:27:07 2005
@@ -1,12 +1,16 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
+- Added user opcode API that allow overloading of opcode handlers. (Dmitry)
+- Opcodes ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR are mefget into one
+  ZEND_NEW. (Dmitry)
 - Upgraded PCRE library to version 5.0. (Andrei)
 - Added an optional remove old session parameter to session_regenerate_id(). 
(Ilia)
 - Added array type hinting. (Dmitry)
 - Removed php_check_syntax() function which never worked properly. (Ilia)
 - Removed garbage manager in Zend Engine which results in more aggressive
   freeing of data. (Dmitry, Andi)
+- String offsets were re-designed and re-implemented (Dmitry)
 - Moved extensions to PECL:
   . ext/cpdf        (Tony, Derick)
   . ext/dio         (Jani, Derick)

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

Reply via email to