summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2008-11-19 14:41:40 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2008-11-19 14:41:40 +0000
commita46300ec06ba6e8321e600b5abf78f672c53fa08 (patch)
treea1d0b48a1b7b944f6b10ff66a0a77810c5d00068 /NEWS
parent2ea37c77802c0c7077f5ec9b11f605cbc5ecfec4 (diff)
downloadphp-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 957937db3c..c96ca8b453 100644
--- a/NEWS
+++ b/NEWS
@@ -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)