diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-27 23:29:58 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-27 23:29:58 +0200 |
commit | 89dc78e0f0c1a4f27b889f232b109a3919ecf478 (patch) | |
tree | 278ce54d514f28166da1d3f655297103bc586af5 /NEWS | |
parent | a3bc8443f34e8d1d52952943e16b79fc587840c5 (diff) | |
download | php-git-php-7.3.9.tar.gz |
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -1,19 +1,12 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Aug 2019, PHP 7.3.9 - -- Core: - . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC - child). (Nikita) - -- MBString: - . Fixed bug #78380 (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224) (Stas) - -15 Aug 2019, PHP 7.3.9RC1 +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()). @@ -34,6 +27,9 @@ PHP NEWS - LiteSpeed: . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang) +- MBString: + . Fixed bug #78380 (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224) (Stas) + - MySQLnd: . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb) . Fixed bug #78213 (Empty row pocket). (cmb) |