summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-24 10:51:42 +0200
committerAnatol Belski <ab@php.net>2014-04-24 10:51:42 +0200
commit03be983398b75fdc147406e73a5d0dddd4533c08 (patch)
tree1f298d6d497fe2dfe138b3a6679dd97f0de96160 /main/php_variables.c
parent61499bf28252f7bea040395721178bb1a41365b9 (diff)
downloadphp-git-03be983398b75fdc147406e73a5d0dddd4533c08.tar.gz
fix dll export
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_variables.c b/main/php_variables.c
index 7cc2baa988..be6448e5a3 100644
--- a/main/php_variables.c
+++ b/main/php_variables.c
@@ -636,7 +636,7 @@ static zend_bool php_auto_globals_create_request(const char *name, uint name_len
/* {{{ php_hash_environment
*/
-int php_hash_environment(TSRMLS_D)
+PHPAPI int php_hash_environment(TSRMLS_D)
{
memset(PG(http_globals), 0, sizeof(PG(http_globals)));
zend_activate_auto_globals(TSRMLS_C);