summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-06-10 12:27:07 +0000
committerDmitry Stogov <dmitry@php.net>2005-06-10 12:27:07 +0000
commitc7b62187e5d1aa8c8142e083ca7e5d975302f6cb (patch)
treedd9a28261d702a6dba5e84c4c3d02ea98d1ab729
parent46e4c9837d055ed247e48cd1ca90f72d0af96899 (diff)
downloadphp-git-c7b62187e5d1aa8c8142e083ca7e5d975302f6cb.tar.gz
Add some entries that was forgotten
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 17b32af056..5e61159294 100644
--- a/NEWS
+++ b/NEWS
@@ -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)