diff options
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_output.h b/main/php_output.h index 02b2b85d13..d3c3e072d0 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -153,6 +153,7 @@ ZEND_END_MODULE_GLOBALS(output) /* there should not be a need to use OG() from outside of output.c */ #ifdef ZTS +TSRMG_DH(php_output_globals, output_globals_id); # define OG(v) TSRMG(output_globals_id, zend_output_globals *, v) #else # define OG(v) (output_globals.v) |