]> granicus.if.org Git - php/commit
Clean up zend_hash_compare implementation
authorNikita Popov <nikic@php.net>
Sat, 20 Jun 2015 15:35:16 +0000 (17:35 +0200)
committerNikita Popov <nikic@php.net>
Sat, 20 Jun 2015 15:35:16 +0000 (17:35 +0200)
commit23e1e1295f1aadbbb52af8b30e64bd2f0f37b7fe
tree96ad39ce9eb7c5d504abb8daca6e5ae6b8647809
parente8217a2727b20997e6f39d59c44a20cc61d7e6c7
Clean up zend_hash_compare implementation

Split off zend_hash_compare_impl into separate function that does
not bother with recursion protection. We had two cases where
UNPROTECT_RECURSION was missing.
Zend/zend_hash.c