Skip to content

Commit 15949b6

Browse files
committed
Fix ZTS build after cherry-pick
1 parent 0d7e10c commit 15949b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ static void function_copy_ctor(zval *zv) /* {{{ */
629629

630630
func->common.attributes = NULL;
631631

632-
ZEND_HASH_PACKED_FOREACH_PTR(old_func->common.attributes, old_attr) {
632+
ZEND_HASH_FOREACH_PTR(old_func->common.attributes, old_attr) {
633633
uint32_t i;
634634
zend_attribute *attr;
635635

0 commit comments

Comments
 (0)