andrey Mon Feb 2 17:43:06 2004 EDT
Modified files: (Branch: PHP_4_3)
/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.18.4.1&r2=1.18.4.2&ty=u
Index: php-src/ext/skeleton/php_skeleton.h
diff -u php-src/ext/skeleton/php_skeleton.h:1.18.4.1
php-src/ext/skeleton/php_skeleton.h:1.18.4.2
--- php-src/ext/skeleton/php_skeleton.h:1.18.4.1 Mon Mar 10 08:35:20 2003
+++ php-src/ext/skeleton/php_skeleton.h Mon Feb 2 17:43:06 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