Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endif

construct.
This commit is contained in:
Sascha Schumann 2000-10-04 23:11:07 +00:00
parent 6d92ac275d
commit 47dfaf232f

View File

@ -9,11 +9,7 @@
*/
#if HAVE_EXTNAME
#ifdef ZTS
int extname_globals_id;
#else
php_extname_globals extname_globals;
#endif
ZEND_DECLARE_MODULE_GLOBALS(extname)
/* Every user visible function must have an entry in extname_functions[].
*/