From:             [EMAIL PROTECTED]
Operating system: Windows NT 4.0
PHP version:      4.1.1
PHP Bug Type:     Reproducible crash
Bug description:  HTTP_POST_VARS not complete

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 bug report at http://bugs.php.net/?id=15883&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15883&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15883&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15883&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15883&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15883&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15883&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15883&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15883&r=submittedtwice

Reply via email to