diff options
| author | Xinchen Hui <laruence@php.net> | 2014-10-31 17:35:19 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2014-10-31 17:36:33 +0800 |
| commit | d017c4bf3ae8c49340b56f9ab1d31d2793f65489 (patch) | |
| tree | 5662abd5c1854fd86783082073860dcfc06c47b2 /main/php_output.h | |
| parent | d9d181e5ad41128a97a6e01d14fb766ff7bf31a8 (diff) | |
| parent | 113f1fd6d5eb286c50f6cca003d18f847bc202cb (diff) | |
| download | php-git-d017c4bf3ae8c49340b56f9ab1d31d2793f65489.tar.gz | |
Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6
Diffstat (limited to 'main/php_output.h')
| -rw-r--r-- | main/php_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_output.h b/main/php_output.h index 6c4b1f7a42..3831478b9f 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -152,7 +152,7 @@ ZEND_BEGIN_MODULE_GLOBALS(output) int output_start_lineno; 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 |
