diff options
author | Dmitry Stogov <dmitry@zend.com> | 2019-05-14 14:55:28 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2019-05-14 14:55:28 +0300 |
commit | bb7ecb87043c0d1f3def5a56d2e5bd7fff3f77cb (patch) | |
tree | 2b9307d1af78300f63fd6c069a94f54b981a89ba | |
parent | a43678aa120d122460e53034d6484748eedbe130 (diff) | |
download | php-git-bb7ecb87043c0d1f3def5a56d2e5bd7fff3f77cb.tar.gz |
Moved NEWS entry
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 7.3.7 +- Opcache: + . Fixed possible crashes, because of inconsistent PCRE cache and opcache + SHM reset. (Alexey Kalinin, Dmitry) + 16 May 2019, PHP 7.3.6RC1 - cURL: @@ -18,10 +22,6 @@ 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) |