From d134c0ac05b6f8969463ff1cf5dd7b6332bf5ab4 Mon Sep 17 00:00:00 2001 From: twosee Date: Tue, 9 Jun 2020 14:55:36 +0800 Subject: Fix bug #79643: Invalid memory read when opcache.interned_strings_buffer is 0 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e5e20b0e5c..2165f0c920 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb) . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb) +- Opcache: + . Fixed bug #79643 (PHP with Opcache crashes when a file with specific name + is included). (twosee) + - OpenSSL: . Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode). (Nikita) -- cgit v1.2.1