diff options
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index 4202db5aa2..547dbd5582 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -658,7 +658,7 @@ static void php_autoglobal_merge(HashTable *dest, HashTable *src TSRMLS_DC) /* {{{ 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); |