mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove ZEND_ACC_USE_GUARDS from hooks (#18587)
This is no longer necessary since the hooks amendments removed guards for recursion.
This commit is contained in:
parent
49a60ec084
commit
06738fc051
1 changed files with 0 additions and 1 deletions
|
@ -2983,7 +2983,6 @@ static void zend_do_traits_property_binding(zend_class_entry *ce, zend_class_ent
|
|||
hooks[j] = new_fn;
|
||||
}
|
||||
}
|
||||
ce->ce_flags |= ZEND_ACC_USE_GUARDS;
|
||||
}
|
||||
} ZEND_HASH_FOREACH_END();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue