mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.6'
This commit is contained in:
commit
429b0bb38a
2 changed files with 2 additions and 10 deletions
|
@ -151,11 +151,7 @@ ZEND_BEGIN_MODULE_GLOBALS(output)
|
|||
int flags;
|
||||
ZEND_END_MODULE_GLOBALS(output)
|
||||
|
||||
#ifdef ZTS
|
||||
PHPAPI extern int output_globals_id;
|
||||
#else
|
||||
PHPAPI extern zend_output_globals output_globals;
|
||||
#endif
|
||||
ZEND_EXTERN_MODULE_GLOBALS(output);
|
||||
|
||||
/* there should not be a need to use OG() from outside of output.c */
|
||||
#ifdef ZTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue