andrey Mon Feb 2 17:41:56 2004 EDT
Modified files:
/php-src/ext/skeleton php_skeleton.h
Log:
typo fix
http://cvs.php.net/diff.php/php-src/ext/skeleton/php_skeleton.h?r1=1.21&r2=1.22&ty=u
Index: php-src/ext/skeleton/php_skeleton.h
diff -u php-src/ext/skeleton/php_skeleton.h:1.21
php-src/ext/skeleton/php_skeleton.h:1.22
--- php-src/ext/skeleton/php_skeleton.h:1.21 Sun Jun 29 12:07:18 2003
+++ php-src/ext/skeleton/php_skeleton.h Mon Feb 2 17:41:56 2004
@@ -36,7 +36,7 @@
*/
/* 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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php