summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-03-04 17:21:16 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-03-04 17:21:16 +0000
commit1ac71c4fe94644571aecd92bf9425e61d3cbf8bb (patch)
treea9dfc17644104e879b0befbfdfa3e7674f5f29d6 /NEWS
parentfa29c1a2f55b0655c6db598ec03391dc33d0cd5b (diff)
downloadphp-git-1ac71c4fe94644571aecd92bf9425e61d3cbf8bb.tar.gz
Fixed bug #40709 (array_reduce() behaves strange with one item stored
arrays).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1cbf7898a5..2d81830e77 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ PHP NEWS
- Added --ri switch to CLI which allows to check extension information. (Marcus)
- Added tidyNode::getParent() method (John, Nuno)
- Fixed zend_llist_remove_tail (Michael Wallner, Dmitry)
+- Fixed bug #40709 (array_reduce() behaves strange with one item stored arrays).
+ (Ilia)
- Fixed bug #40678 (Cross compilation fails). (Tony)
- Fixed bug #40621 (Crash when constructor called inappropriately). (Tony)
- Fixed bug #40609 (Segfaults when using more than one SoapVar in a request).