summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-06-05 18:42:21 +0800
committerXinchen Hui <laruence@php.net>2015-06-05 18:42:21 +0800
commit0655abef1a88cfd3ffe430b93aadbd1023259914 (patch)
tree27d9a9aaca1fdf9f26979ba5a156c43b2f89cdcd /NEWS
parented5fbf5e49eab435cd7a0a9a5627698de92887c1 (diff)
downloadphp-git-0655abef1a88cfd3ffe430b93aadbd1023259914.tar.gz
Improve the fix for bug #69756
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecd70bba9d..53cc6215a2 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@
. Added support for SEARCH WebDav method. (Mats Lindh)
- Core:
+ . 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
). (Laruence)
. Fixed bug #68475 (Add support for $callable() sytnax with 'Class::method').