diff options
author | Arnaud Le Blanc <lbarnaud@php.net> | 2008-11-19 14:41:40 +0000 |
---|---|---|
committer | Arnaud Le Blanc <lbarnaud@php.net> | 2008-11-19 14:41:40 +0000 |
commit | a46300ec06ba6e8321e600b5abf78f672c53fa08 (patch) | |
tree | a1d0b48a1b7b944f6b10ff66a0a77810c5d00068 /NEWS | |
parent | 2ea37c77802c0c7077f5ec9b11f605cbc5ecfec4 (diff) | |
download | php-git-a46300ec06ba6e8321e600b5abf78f672c53fa08.tar.gz |
Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)
and removed some spl_array_get_hash_table() calls). Fixes #46039
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ PHP NEWS - Fixed bug #46060 (Phar::addEmptyDir() breaks) (Greg) - Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding()). (Ilia) +- Fixed bug #46039 (ArrayObject iteration is slow). (Arnaud) - Fixed bug #45976 (Moved SXE from SPL to SimpleXML). (Etienne) - Fixed bug #45928 (large scripts from stdin are stripped at 16K border). (Christian Schneider, Arnaud) |