]> granicus.if.org Git - php/commitdiff
Fix NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 5 Feb 2019 22:04:31 +0000 (23:04 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 5 Feb 2019 22:04:31 +0000 (23:04 +0100)
Bug #77287 is already fixed in PHP 7.3.2.

NEWS

diff --git a/NEWS b/NEWS
index bd5c57054db01457c3e175253da6ae104c39fa54..4b8659102cfdb8846b0876f55c1423cf9c5ee4af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,10 +16,6 @@ PHP                                                                        NEWS
   . Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
     (Nikita)
 
-- Opcache:
-  . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT
-    opcodes). (Nikita)
-
 - OpenSSL:
   . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
     records). (Abyl Valg, Jakub Zelenka)
@@ -88,6 +84,8 @@ PHP                                                                        NEWS
     (Nikita)
   . Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
     (Kevin Adler)
+  . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT
+    opcodes). (Nikita)
 
 - PCRE:
   . Fixed bug #77338 (get_browser with empty string). (Nikita)