From b9147e80a6531d4910f710829e2d5ec59e34d5c9 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 2 Feb 2004 22:43:06 +0000 Subject: [PATCH] typo fix --- ext/skeleton/php_skeleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/skeleton/php_skeleton.h b/ext/skeleton/php_skeleton.h index 76ad225754..7508f4f979 100644 --- a/ext/skeleton/php_skeleton.h +++ b/ext/skeleton/php_skeleton.h @@ -36,7 +36,7 @@ ZEND_END_MODULE_GLOBALS(extname) */ /* In every utility function you add that needs to use variables - in php_extname_globals, call TSRM_FETCH(); after declaring other + in php_extname_globals, call TSRMLS_FETCH(); after declaring other variables used by that function, or better yet, pass in TSRMLS_CC after the last function argument and declare your utility function with TSRMLS_DC after the last declared argument. Always refer to -- 2.50.1