mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Fixed bug #24208
This commit is contained in:
parent
730ce7b06f
commit
e40142047b
@ -75,6 +75,8 @@ PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_arra
|
||||
|
||||
if (track_vars_array) {
|
||||
symtable1 = Z_ARRVAL_P(track_vars_array);
|
||||
} else if (PG(register_globals)) {
|
||||
symtable1 = EG(active_symbol_table);
|
||||
}
|
||||
if (!symtable1) {
|
||||
/* Nothing to do */
|
||||
|
Loading…
Reference in New Issue
Block a user