]> granicus.if.org Git - php/commitdiff
Update NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 20 Jun 2019 14:59:39 +0000 (16:59 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 20 Jun 2019 14:59:39 +0000 (16:59 +0200)
NEWS

diff --git a/NEWS b/NEWS
index b8616678f05a62771f7da2c9230611a1fc1422ac..6900c0962a977729c638f1383e695050e5e5e6bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,10 +8,7 @@ PHP                                                                        NEWS
 - Date:
   . Fixed #69044 (discrepency between time and microtime). (krakjoe)
 
-- Opcache:
-  . Fixed bug #78185 (File cache no longer works). (Dmitry)
-
-27 Jun 2019, PHP 7.3.7
+04 Jul 2019, PHP 7.3.7
 
 - Core:
   . Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
@@ -36,6 +33,7 @@ PHP                                                                        NEWS
     arrays in SCCP). (Nikita)
   . Fixed bug #78106 (Path resolution fails if opcache disabled during request).
     (Nikita)
+  . Fixed bug #78185 (File cache no longer works). (Dmitry)
 
 - OpenSSL:
   . Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).