From 03be983398b75fdc147406e73a5d0dddd4533c08 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 24 Apr 2014 10:51:42 +0200 Subject: fix dll export --- main/php_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_variables.c') 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); -- cgit v1.2.1