mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed bug #37276 (problems witch $_POST array)
This commit is contained in:
parent
dbf2a5c65c
commit
efad37874b
2 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,7 @@ PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_arra
|
|||
is_array = 1;
|
||||
*ip = 0;
|
||||
} else {
|
||||
is_array = 0;
|
||||
goto plain_var;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue