]> granicus.if.org Git - php/commitdiff
Restore NEWS entry [skip ci]
authorAnatol Belski <ab@php.net>
Tue, 4 Sep 2018 11:03:17 +0000 (13:03 +0200)
committerAnatol Belski <ab@php.net>
Tue, 4 Sep 2018 11:03:17 +0000 (13:03 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f9dfe553b15439cbcec377dd5eb4a549fa2f5734..0e2df8d61199357cf10bca32dc54b552c24a3ef2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP                                                                        NEWS
 - MBString:
   . Updated to Oniguruma 6.9.0. (cmb)
 
+- 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)