Skip to content

Commit c4f69b6

Browse files
LawnGnomenikic
authored andcommitted
Fix ZTS builds by adding a missing TSRMLS_FETCH().
1 parent c02301b commit c4f69b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3637,6 +3637,7 @@ static zend_bool do_inherit_property_access_check(HashTable *target_ht, zend_pro
36373637
{
36383638
zend_property_info *child_info;
36393639
zend_class_entry *parent_ce = ce->parent;
3640+
TSRMLS_FETCH();
36403641

36413642
if (parent_info->flags & (ZEND_ACC_PRIVATE|ZEND_ACC_SHADOW)) {
36423643
if (zend_hash_quick_find(&ce->properties_info, hash_key->arKey, hash_key->nKeyLength, hash_key->h, (void **) &child_info)==SUCCESS) {

0 commit comments

Comments
 (0)