diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-09-20 09:22:59 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-09-20 09:22:59 +0000 |
commit | 8d377a698a73e1abc799f42fe932b1df61966c83 (patch) | |
tree | 4e91fdc9c8e8c025a3ac3aae4477e7254a5a5fa8 /NEWS | |
parent | f67c0222feaa09813e8b05f669b3be17888db043 (diff) | |
download | php-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |