]> granicus.if.org Git - php/commitdiff
move NEWS entry
authorRemi Collet <remi@php.net>
Tue, 18 Jun 2019 05:50:44 +0000 (07:50 +0200)
committerRemi Collet <remi@php.net>
Tue, 18 Jun 2019 05:50:44 +0000 (07:50 +0200)
NEWS

diff --git a/NEWS b/NEWS
index e072754f78843f1a907cbb9d626b625ed27cbed9..d02a6ce98565c972dc488bc0227cb84e6aaa6345 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,6 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2019, PHP 7.2.21
 
-- Opcache:
-  . Fixed bug #78106 (Path resolution fails if opcache disabled during request).
-    (Nikita)
 
 27 Jun 2019, PHP 7.2.20
 
@@ -22,6 +19,10 @@ PHP                                                                        NEWS
   . Fixed bug #38546 (bindParam incorrect processing of bool types).
     (camporter)
 
+- Opcache:
+  . 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).
     (Jakub Zelenka)