diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-02-16 19:36:45 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-02-16 19:36:45 +0000 |
commit | d7df9badf646655b348959791bbcebfe270aeb78 (patch) | |
tree | eda2e9869107d3cd332e5a2ba53cb766aa045c24 /NEWS | |
parent | d78f8b05a0c08949856800135ed4ef8f6a78ab84 (diff) | |
download | php-git-d7df9badf646655b348959791bbcebfe270aeb78.tar.gz |
Added runtime JIT auto-globals fetching and caching
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ PHP NEWS mhash_keygen. +- Added runtime JIT auto-globals fetching and caching (Dmitry, Sara) - Added "jump label" operator (limited "goto"). (Dmitry, Sara) - Added E_STRICT to E_ALL. (Dmitry) - Added an optional parameter to strstr() and stristr() for retrieval of either |