1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

Fix ZTS build after cherry-pick

This commit is contained in:
Bob Weinand
2022-03-07 22:24:55 +01:00
parent 0d7e10c1a9
commit 15949b61ba
+1 -1
View File
@@ -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;