helly Sat Sep 6 22:37:11 2003 EDT
Modified files:
/spl spl_functions.c
Log:
ZTS fix
Index: spl/spl_functions.c
diff -u spl/spl_functions.c:1.15 spl/spl_functions.c:1.16
--- spl/spl_functions.c:1.15 Sun Aug 3 18:29:20 2003
+++ spl/spl_functions.c Sat Sep 6 22:37:10 2003
@@ -93,7 +93,7 @@
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);
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php