]> granicus.if.org Git - php/commitdiff
Update NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 18 Jun 2019 07:33:35 +0000 (09:33 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 18 Jun 2019 07:33:35 +0000 (09:33 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ecd81b0c5ed05c9045c16f4f8868c34f9e59f0f4..eb0fa3befee2150fbf37b1d1d41d592aaf0eeed5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,6 @@ PHP                                                                        NEWS
 - Core:
   . Added syslog.filter=raw option. (Erik Lundin)
 
-- Opcache:
-  . Fixed bug #78106 (Path resolution fails if opcache disabled during request).
-    (Nikita)
-
 27 Jun 2019, PHP 7.3.7
 
 - Core:
@@ -32,6 +28,8 @@ PHP                                                                        NEWS
 - Opcache:
   . Fixed bug #78015 (Incorrect evaluation of expressions involving partials
     arrays in SCCP). (Nikita)
+  . Fixed bug #78106 (Path resolution fails if opcache disabled during request).
+    (Nikita)
 
 - OpenSSL:
   . Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).