mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix #5432: should register all variables. Thanks jeroen@darius.demon.nl.
This commit is contained in:
parent
45ca7ec17d
commit
905fb8ef82
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ static void sapi_apache_register_server_variables(zval *track_vars_array ELS_DC
|
||||||
} else {
|
} else {
|
||||||
val = empty_string;
|
val = empty_string;
|
||||||
}
|
}
|
||||||
php_register_variable(elts[i].key, val, NULL ELS_CC PLS_CC);
|
php_register_variable(elts[i].key, val, track_vars_array ELS_CC PLS_CC);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* insert special variables */
|
/* insert special variables */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue