summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2007-09-20 09:22:59 +0000
committerDmitry Stogov <dmitry@php.net>2007-09-20 09:22:59 +0000
commit8d377a698a73e1abc799f42fe932b1df61966c83 (patch)
tree4e91fdc9c8e8c025a3ac3aae4477e7254a5a5fa8 /NEWS
parentf67c0222feaa09813e8b05f669b3be17888db043 (diff)
downloadphp-git-8d377a698a73e1abc799f42fe932b1df61966c83.tar.gz
Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13dc7f2e12..5c81fc2167 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP NEWS
- Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
- Added alpha support for imagefilter() IMG_FILTER_COLORIZE. (Pierre)
+- Improved speed of array_intersect_key(), array_intersect_assoc() and
+ array_uintersect_assoc(). (Dmitry)
+
- Fixed regression in glob() when enforcing safe_mode/open_basedir checks on
paths containing '*'. (Ilia)
- Fixed "mail.force_extra_parameters" php.ini directive not to be modifiable