From: Dmitry Stogov Date: Wed, 3 May 2006 11:24:51 +0000 (+0000) Subject: Fixed bug #37276 (problems witch $_POST array) X-Git-Tag: BEFORE_NEW_OUTPUT_API~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=736b8d903bf916b2f0105058d25c0dc6c3f7b515;p=php Fixed bug #37276 (problems witch $_POST array) --- diff --git a/main/php_variables.c b/main/php_variables.c index 5363134ad0..5ebf168174 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -177,7 +177,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 {