diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-15 11:31:53 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-15 11:31:53 +0200 |
commit | 714d2d8ae1eb1331049cb847c3e9cb4907930b07 (patch) | |
tree | 65a913aff613ca03de600b8d8113e2fc87283efa | |
parent | 8511c204c30a4522ab8ab833935a65781906b2d0 (diff) | |
download | php-git-714d2d8ae1eb1331049cb847c3e9cb4907930b07.tar.gz |
Update NEWS regarding re-tagging 7.3.6RC1
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,6 @@ 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: @@ -22,6 +18,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) |