]> granicus.if.org Git - php/commitdiff
remove $_FILES from $_REQUEST as per php-dev conversation...
authorSterling Hughes <sterling@php.net>
Mon, 28 Oct 2002 02:46:09 +0000 (02:46 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 28 Oct 2002 02:46:09 +0000 (02:46 +0000)
main/main.c

index 8b2a2996457582270055653045659821e75dae79..d03e60551818066f21fb1e406f61542eb29445ad 100644 (file)
@@ -1360,7 +1360,6 @@ static int php_hash_environment(TSRMLS_D)
                                case 'p':
                                case 'P':
                                        zend_hash_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]), (void (*)(void *pData)) zval_add_ref, NULL, sizeof(zval *), 1);
-                                       zend_hash_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_FILES]), (void (*)(void *pData)) zval_add_ref, NULL, sizeof(zval *), 1);
                                        break;
                                case 'c':
                                case 'C':