Skip to content

Commit

Permalink
Fix ZTS build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jan 13, 2013
1 parent 57ffb19 commit c6bb0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_object_handlers.c
Expand Up @@ -1581,7 +1581,7 @@ static int zend_std_has_property(zval *object, zval *member, int has_set_exists,
guard->in_isset = 0;
}
} else {
*value = zend_std_read_property(object, member, BP_VAR_IS, key);
*value = zend_std_read_property(object, member, BP_VAR_IS, key TSRMLS_CC);

result = 0;
if(*value) {
Expand Down

0 comments on commit c6bb0c4

Please sign in to comment.