mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
c4b188871e
commit
1ac152938c
62 changed files with 63 additions and 63 deletions
|
@ -33,7 +33,7 @@ ZEND_END_MODULE_GLOBALS(cli_server)
|
|||
|
||||
#ifdef ZTS
|
||||
#define CLI_SERVER_G(v) ZEND_TSRMG(cli_server_globals_id, zend_cli_server_globals *, v)
|
||||
ZEND_TSRMLS_CACHE_EXTERN();
|
||||
ZEND_TSRMLS_CACHE_EXTERN()
|
||||
#else
|
||||
#define CLI_SERVER_G(v) (cli_server_globals.v)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue