summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-08-27 23:29:58 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-08-27 23:29:58 +0200
commit89dc78e0f0c1a4f27b889f232b109a3919ecf478 (patch)
tree278ce54d514f28166da1d3f655297103bc586af5 /NEWS
parenta3bc8443f34e8d1d52952943e16b79fc587840c5 (diff)
downloadphp-git-php-7.3.9.tar.gz
Prepare PHP 7.3.9php-7.3.9PHP-7.3.9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 6 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 7062b454b7..6115a9960c 100644
--- a/NEWS
+++ b/NEWS
@@ -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)