]> granicus.if.org Git - php/commit
MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration...
authorMatt Wilmas <mattwil@php.net>
Fri, 30 May 2008 10:55:14 +0000 (10:55 +0000)
committerMatt Wilmas <mattwil@php.net>
Fri, 30 May 2008 10:55:14 +0000 (10:55 +0000)
commitc1126cc5b67320f51880782da43e0cf914bc575f
tree8201c9fec39bed58fb0ab7aad0df3ebf04117cc2
parent4cc79b39b45bea32a0e6de04361593f0d5a91ebc
MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
- Also, use new hash_quick_del function where possible
ext/standard/array.c