We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3aebda commit b180fc2Copy full SHA for b180fc2
1 file changed
ext/spl/php_spl.h
@@ -68,7 +68,7 @@ ZEND_END_MODULE_GLOBALS(spl)
68
69
#ifdef ZTS
70
# define SPL_G(v) TSRMG(spl_globals_id, zend_spl_globals *, v)
71
-extern int spl_globals_id;
+TSRMG_DH(zend_spl_globals, sapi_globals_id);
72
#else
73
# define SPL_G(v) (spl_globals.v)
74
extern zend_spl_globals spl_globals;
0 commit comments