summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-05-07 12:14:14 +0300
committerDmitry Stogov <dmitry@zend.com>2015-05-07 12:14:14 +0300
commit8026001943109dea3f908b8dd0720a0de9781af6 (patch)
tree599ef4c705e006c772f6aeab58123c7f6b2031fe /NEWS
parent33e2aa452d5b1c46e7b362450233a9fd84036cc9 (diff)
downloadphp-git-8026001943109dea3f908b8dd0720a0de9781af6.tar.gz
Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 41f37f4ffc..2e0b8b1ecf 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP NEWS
. Fixed bug #69566 (Conditional jump or move depends on uninitialised value
in extension trait). (jbboehr at gmail dot com)
+- Opcache
+ . Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
+ (Laruence, Dmitry)
+
14 May 2015, PHP 5.5.25
- Core: