mirror of
https://github.com/php/php-src.git
synced 2026-04-12 18:43:37 +02:00
Fix ZTS builds by adding a missing TSRMLS_FETCH().
This commit is contained in:
committed by
Nikita Popov
parent
c02301b666
commit
c4f69b6dfd
@@ -3637,6 +3637,7 @@ static zend_bool do_inherit_property_access_check(HashTable *target_ht, zend_pro
|
||||
{
|
||||
zend_property_info *child_info;
|
||||
zend_class_entry *parent_ce = ce->parent;
|
||||
TSRMLS_FETCH();
|
||||
|
||||
if (parent_info->flags & (ZEND_ACC_PRIVATE|ZEND_ACC_SHADOW)) {
|
||||
if (zend_hash_quick_find(&ce->properties_info, hash_key->arKey, hash_key->nKeyLength, hash_key->h, (void **) &child_info)==SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user