summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-04-10 23:10:43 +0400
committerDmitry Stogov <dmitry@zend.com>2013-04-10 23:10:43 +0400
commit193e1865ad75f915ea495f79b29a29e7ebe73153 (patch)
tree36815d0bf42a4046814592523c32e80e5deb8b99 /NEWS
parent6ea7e6da8bbcf24e424772f017c822c99a9ab4c6 (diff)
downloadphp-git-193e1865ad75f915ea495f79b29a29e7ebe73153.tar.gz
Added opcache related entries
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eba2017fde..ff5a30b9c5 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,20 @@ PHP NEWS
- Fileinfo:
. Upgraded libmagic to 5.14. (Anatol)
+- OPcache
+ . Added opcache_invalidate() function. (Dmitry)
+ . Added ability to disable opcode cahing for current request by setting
+ opcache.enable=0. (Dmitry)
+ . Allowed comments in blacklist files started from ';'. (Remi)
+ . Allowed wilcards in opcache.blacklist_filename. (Remi)
+ . Fixed opcache reload condition. Now OPcache is not reloaded if it's full,
+ but wasted memory is less than opcache.max_wasted_percentage. (Dmitry)
+ . Fixed incorrect file path validation. (Dmitry).
+ . Optimizer: Fixed Control Flow Graph construction. (Dmitry)
+ . Optimizer: numeric string constants used as array indeces have to be
+ converted to long at compile time. (Dmitry)
+ . Optimizer: Fixed deltion of used literal. (Laruence, Dmitry)
+
28 Mar 2013, PHP 5.5.0 Beta 2
- Core: