Merge branch 'PHP-5.6'

This commit is contained in:
Xinchen Hui 2014-10-30 11:54:00 +08:00
commit 429b0bb38a
2 changed files with 2 additions and 10 deletions

View file

@ -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