mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
typo fix
This commit is contained in:
parent
b1c77fcce3
commit
ab43b68476
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue