mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
*** empty log message ***
This commit is contained in:
parent
3c8cc8ab36
commit
3b1a3a3f8c
@ -43,9 +43,11 @@ ZEND_END_MODULE_GLOBALS(extname)
|
||||
*/
|
||||
|
||||
#ifdef ZTS
|
||||
#define EXTNAMEG_HANDLE (*extname_globals)
|
||||
#define EXTNAMEG(v) (extname_globals->v)
|
||||
#define EXTNAMELS_FETCH() php_extname_globals *extname_globals = ts_resource(extname_globals_id)
|
||||
#else
|
||||
#define EXTNAMEG_HANDLE (extname_globals)
|
||||
#define EXTNAMEG(v) (extname_globals.v)
|
||||
#define EXTNAMELS_FETCH()
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user