Skip to content

Commit b180fc2

Browse files
committed
update SPL extension for native-tls branch
1 parent b3aebda commit b180fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/spl/php_spl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ZEND_END_MODULE_GLOBALS(spl)
6868

6969
#ifdef ZTS
7070
# define SPL_G(v) TSRMG(spl_globals_id, zend_spl_globals *, v)
71-
extern int spl_globals_id;
71+
TSRMG_DH(zend_spl_globals, sapi_globals_id);
7272
#else
7373
# define SPL_G(v) (spl_globals.v)
7474
extern zend_spl_globals spl_globals;

0 commit comments

Comments
 (0)