]> granicus.if.org Git - php/commitdiff
Update NEWS regarding re-tagging 7.3.6RC1
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 15 May 2019 09:31:53 +0000 (11:31 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 15 May 2019 09:31:53 +0000 (11:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 76ce27d464af435ce720a62ef08bd2957d45c88b..60da9dd632349fee713f4992da92fce3c29feda2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,6 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 7.3.7
 
-- Opcache:
-  . Fixed possible crashes, because of inconsistent PCRE cache and opcache
-    SHM reset. (Alexey Kalinin, Dmitry)
-
 16 May 2019, PHP 7.3.6RC1
 
 - cURL:
@@ -22,6 +18,10 @@ PHP                                                                        NEWS
 - JSON:
   . Fixed bug #77843 (Use after free with json serializer). (Nikita)
 
+- Opcache:
+  . Fixed possible crashes, because of inconsistent PCRE cache and opcache
+    SHM reset. (Alexey Kalinin, Dmitry)
+
 - PDO_MySQL:
   . Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). (cmb)