]> granicus.if.org Git - php/commitdiff
add missing NEWS entry
authorFerenc Kovacs <tyrael@php.net>
Tue, 9 Jun 2015 11:31:45 +0000 (13:31 +0200)
committerFerenc Kovacs <tyrael@php.net>
Tue, 9 Jun 2015 11:31:45 +0000 (13:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 0549b89492bdff125007f7ff34dca044316cdaa6..ecfebcdbde830a4477cb4623b5c31a9d939e61f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-PHP                                                                        NEWS
+PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Jul 2015, PHP 5.6.11
 
 - MCrypt:
   . Added file descriptor caching to mcrypt_create_iv() (Leigh)
 
+- Opcache
+  . Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
+    (Laruence, Dmitry)
+
 - Phar:
   . Fixed bug #69680 (phar symlink in binary directory broken).
     (Matteo Bernardini, Remi)