summaryrefslogtreecommitdiff
path: root/ext/skeleton
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2004-02-02 22:41:56 +0000
committerAndrey Hristov <andrey@php.net>2004-02-02 22:41:56 +0000
commitab43b684765298a72f27600b8f615b10e40e4604 (patch)
tree38d9d20d5ad14cbf3b374e0221a71b5c571865a1 /ext/skeleton
parentb1c77fcce38f2ebebc2de93854aacc24e47f7fb8 (diff)
downloadphp-git-ab43b684765298a72f27600b8f615b10e40e4604.tar.gz
typo fix
Diffstat (limited to 'ext/skeleton')
-rw-r--r--ext/skeleton/php_skeleton.h2
1 files changed, 1 insertions, 1 deletions
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