]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS
authorAnatol Belski <ab@php.net>
Tue, 4 Sep 2018 09:02:26 +0000 (11:02 +0200)
committerAnatol Belski <ab@php.net>
Tue, 4 Sep 2018 09:02:26 +0000 (11:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 307a1926d1850efe989906e198f0570b17b08321..ea2cf4e81b9c49bbb722befd140c9c66f54157de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2018, PHP 7.2.11
 
+- Opcache:
+  . Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
+    (Anatol)
+
 - POSIX:
   . Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)