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:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user