Skip to content

Commit

Permalink
Fix ZTS build after cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Mar 7, 2022
1 parent 0d7e10c commit 15949b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ static void function_copy_ctor(zval *zv) /* {{{ */

func->common.attributes = NULL;

ZEND_HASH_PACKED_FOREACH_PTR(old_func->common.attributes, old_attr) {
ZEND_HASH_FOREACH_PTR(old_func->common.attributes, old_attr) {
uint32_t i;
zend_attribute *attr;

Expand Down

0 comments on commit 15949b6

Please sign in to comment.