diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-03-04 17:21:16 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-03-04 17:21:16 +0000 |
commit | 1ac71c4fe94644571aecd92bf9425e61d3cbf8bb (patch) | |
tree | a9dfc17644104e879b0befbfdfa3e7674f5f29d6 /NEWS | |
parent | fa29c1a2f55b0655c6db598ec03391dc33d0cd5b (diff) | |
download | php-git-1ac71c4fe94644571aecd92bf9425e61d3cbf8bb.tar.gz |
Fixed bug #40709 (array_reduce() behaves strange with one item stored
arrays).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |