mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix dll export
This commit is contained in:
parent
61499bf282
commit
03be983398
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue