Merge branch 'PHP-5.6'

* PHP-5.6:
  add DLL export to the output globals
This commit is contained in:
Anatol Belski 2014-10-30 10:28:05 +01:00
commit e6874a9b41
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#include "zend_stack.h"
#include "php_output.h"
ZEND_DECLARE_MODULE_GLOBALS(output);
PHPAPI ZEND_DECLARE_MODULE_GLOBALS(output);
const char php_output_default_handler_name[sizeof("default output handler")] = "default output handler";
const char php_output_devnull_handler_name[sizeof("null output handler")] = "null output handler";

View File

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