mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: fix dll export
This commit is contained in:
commit
acfed1c4c7
@ -619,7 +619,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);
|
||||
|
@ -41,7 +41,7 @@ PHPAPI void php_register_variable(char *var, char *val, zval *track_vars_array T
|
||||
PHPAPI void php_register_variable_safe(char *var, char *val, int val_len, zval *track_vars_array TSRMLS_DC);
|
||||
PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array TSRMLS_DC);
|
||||
|
||||
int php_hash_environment(TSRMLS_D);
|
||||
PHPAPI int php_hash_environment(TSRMLS_D);
|
||||
END_EXTERN_C()
|
||||
|
||||
#define NUM_TRACK_VARS 6
|
||||
|
Loading…
Reference in New Issue
Block a user