ID: 15883 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Windows NT 4.0 PHP Version: 4.1.1 New Comment:
Thank you for taking the time to report a problem with PHP. Unfortunately your version of PHP is too old -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. Previous Comments: ------------------------------------------------------------------------ [2002-03-05 12:19:54] [EMAIL PROTECTED] This is a reproductible Crash that occurs with IIS or Apache with PHP 4.1.1 or PHP 4.0.6 executed as CGI under Windows NT 4.0. The bug occurs when you submit a form that have, for example : <input type="text" name="Field_1"> <input type="file" name="File_1"> <input type="text" name="Field_2"> The pages send in HTTP_POST_VARS the field "Field_1" but not "Field_2". I finally found that system environnement variables have been set TEMP and TMP variables assigned to C:\TEMP. If system environnement variables TEMP and TMP are not set, the bug did not occurs. If the parameter "upload_tmp_dir" is not filled in the PHP.INI file, then the bug occurs but if this parameter is set, the bug disappears. Workaround is to fill this parameter. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15883&edit=1