summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-06-28 12:38:14 +0800
committerXinchen Hui <laruence@gmail.com>2018-06-28 12:38:14 +0800
commit809a7b5f8fce3821af3590221c372626cdc37a2e (patch)
tree2f383312ce14b35a57f1c92969fc70a8920a8010
parent5d7f9dcca77194fb113366adc655ce174a4bd43c (diff)
downloadphp-git-809a7b5f8fce3821af3590221c372626cdc37a2e.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9bfda61035..6cd4bf3eae 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ PHP NEWS
- phpdbg:
. Fix arginfo wrt. optional/required parameters. (cmb)
+- Reflection:
+ . Fixed bug #76536 (PHP crashes with core dump when throwing exception in
+ error handler). (Laruence)
+
- Standard:
. Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
(Laruence)