mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: add DLL export to the output globals
This commit is contained in:
commit
e6874a9b41
2 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ ZEND_BEGIN_MODULE_GLOBALS(output)
|
|||
int flags;
|
||||
ZEND_END_MODULE_GLOBALS(output)
|
||||
|
||||
ZEND_EXTERN_MODULE_GLOBALS(output);
|
||||
PHPAPI 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