summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-19 11:48:40 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-19 11:49:18 +0200
commitce035dc4a0732c090741c85f179f36a4b4b6b92d (patch)
tree2915be079287274fa9da9562428f8397f30fa0c1 /NEWS
parentc7c7ab53ac28fc64625511e1c2be37036f5f89c1 (diff)
parent45a7723267741be4867306d18b15a4a27d67b0f7 (diff)
downloadphp-git-ce035dc4a0732c090741c85f179f36a4b4b6b92d.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix #78694: Appending to a variant array causes segfault
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b7fa7a2f8a..8d75b4a8f9 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ PHP NEWS
. Fixed bug #78656 (Parse errors classified as highest log-level). (Erik
Lundin)
+- COM:
+ . Fixed bug #78694 (Appending to a variant array causes segfault). (cmb)
+
- Date:
. Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin)