Skip to content

Commit

Permalink
ZTS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Sep 7, 2003
1 parent 573abd7 commit c0b9d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/spl/spl_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void spl_register_property( zend_class_entry * class_entry, char *prop_name, zva
prop_val->type = IS_NULL;
}

zend_declare_property(class_entry, prop_name, strlen(prop_name), prop_val, prop_flags);
zend_declare_property(class_entry, prop_name, strlen(prop_name), prop_val, prop_flags TSRMLS_CC);
}
/* }}} */

Expand Down

0 comments on commit c0b9d55

Please sign in to comment.