]> granicus.if.org Git - php/commit
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:54:16 +0000 (10:54 +0000)
committerMatt Wilmas <mattwil@php.net>
Fri, 30 May 2008 10:54:16 +0000 (10:54 +0000)
commit3a9eea4a8d7924f02b6f371aa56a35e963706d2d
tree0b0639f0e9f8faff4639434e5af0dae6bd456f20
parent3dd931c8691a4cfd46dbd0023208a29a8fc055c2
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