]> granicus.if.org Git - php/commitdiff
typo fix
authorAndrey Hristov <andrey@php.net>
Mon, 2 Feb 2004 22:41:56 +0000 (22:41 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 2 Feb 2004 22:41:56 +0000 (22:41 +0000)
ext/skeleton/php_skeleton.h

index 76ad22575439b3b1dda31c6feed8d69e3da1281a..7508f4f97934f85c9316dfdd0d7e37c12d4371a4 100644 (file)
@@ -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