Skip to content

Commit

Permalink
补充线程安全变量
Browse files Browse the repository at this point in the history
  • Loading branch information
goosman-lei committed Mar 4, 2013
1 parent 585fad3 commit 5abedef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaf_application.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ PHP_METHOD(yaf_application, __construct) {
app = zend_read_static_property(yaf_application_ce, ZEND_STRL(YAF_APPLICATION_PROPERTY_NAME_APP), 1 TSRMLS_CC);

#if PHP_YAF_DEBUG
php_error_docref(NULL, E_STRICT, "Yaf is running in debug mode");
php_error_docref(NULL TSRMLS_CC, E_STRICT, "Yaf is running in debug mode");
#endif

if (!ZVAL_IS_NULL(app)) {
Expand Down

0 comments on commit 5abedef

Please sign in to comment.