summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-05-14 14:54:30 +0300
committerChristoph M. Becker <cmb@php.net>2019-05-15 08:44:16 +0000
commit53c1b485741f31a17b24f4db2b39afeb9f4c8aba (patch)
tree21e524509ae20ad5a63ff704a62f61ac67769c76 /NEWS
parent40235e7eefb7057c2d41e3d86dc8f0dfb2e8b3e0 (diff)
downloadphp-git-php-7.3.6RC1.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3php-7.3.6RC1
* PHP-7.2: Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11d2ae2867..84f38a84af 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,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)