From: Christoph M. Becker Date: Tue, 5 Feb 2019 22:04:31 +0000 (+0100) Subject: Fix NEWS X-Git-Tag: php-7.3.3RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2907527e92088c172879bc8d462fb2b5628b8ba;p=php Fix NEWS Bug #77287 is already fixed in PHP 7.3.2. --- diff --git a/NEWS b/NEWS index bd5c57054d..4b8659102c 100644 --- 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)