summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authortwosee <twose@qq.com>2020-06-09 14:55:36 +0800
committerNikita Popov <nikita.ppv@gmail.com>2020-10-20 12:50:28 +0200
commitd134c0ac05b6f8969463ff1cf5dd7b6332bf5ab4 (patch)
treed0d268e57757890be4a3c6f19568aa508f76860e /NEWS
parent1359f793ee2de31122697fda4ec0503a0d055170 (diff)
downloadphp-git-d134c0ac05b6f8969463ff1cf5dd7b6332bf5ab4.tar.gz
Fix bug #79643: Invalid memory read when opcache.interned_strings_buffer is 0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)