diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-15 15:28:52 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-15 15:28:52 +0200 |
commit | 49666474435ff0db2f96fcb00fb04ff7fcfcec57 (patch) | |
tree | 3b32b03de9955cc036da93021d7a3671c6ec7000 | |
parent | 8fb297cd82328c765ab9a2fe12fb8770352b38d9 (diff) | |
download | php-git-49666474435ff0db2f96fcb00fb04ff7fcfcec57.tar.gz |
Update NEWS
This fix has been cherry-picked into PHP-7.3.9.
-rw-r--r-- | NEWS | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -2,15 +2,13 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 7.3.10 -- Core: - . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC - child). (Nikita) - 29 Aug 2019, PHP 7.3.9 - Core: . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita) . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry) + . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC + child). (Nikita) - Curl: . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()). |