mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +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 {
|
||||
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue