summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-06-08 11:47:22 +0800
committerXinchen Hui <laruence@php.net>2015-06-08 11:47:22 +0800
commitcea801cce24b843764b1b7725a6a885f9519c8ba (patch)
treed075aead19aac66266b1841f64c9266e6486ec9a /NEWS
parent61de771afa1152423ef547abbe64501cc133821d (diff)
downloadphp-git-cea801cce24b843764b1b7725a6a885f9519c8ba.tar.gz
Fixed bug #69767 (Default parameter value with wrong type segfaults)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 53cc6215a2..8f86cfe565 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@
. Added support for SEARCH WebDav method. (Mats Lindh)
- Core:
+ . Fixed bug #69767 (Default parameter value with wrong type segfaults).
+ (cmb, Laruence)
. Fixed bug #69756 (Fatal error: Nesting level too deep - recursive dependency
? with ===). (Dmitry, Laruence)
. Fixed bug #69758 (Item added to array not being removed by array_pop/shift