]> granicus.if.org Git - php/commit
Small cleanups in hash implementation
authorNikita Popov <nikic@php.net>
Tue, 23 Dec 2014 20:19:04 +0000 (21:19 +0100)
committerNikita Popov <nikic@php.net>
Fri, 26 Dec 2014 20:06:18 +0000 (21:06 +0100)
commit3d12fc796b0048ab498f82ac497476129a7976e7
treeb899cddcac7ec7d368e1bfc59392816edb65c620
parentab0b15b8ff90a292dcf0af2eb95d426ba4662095
Small cleanups in hash implementation

 * Drop unnecessary checks in non-inlined part of numeric key
   detection
 * Drop zend_hash_apply_deleter in favor of zend_hash_del_el.
   Also move block/unblock interruption macros in there.
Zend/zend_hash.c