php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15883 HTTP_POST_VARS not complete
Submitted: 2002-03-05 12:19 UTC Modified: 2002-05-24 20:29 UTC
From: aghez at decan dot fr Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.1.1 OS: Windows NT 4.0
Private report: No CVE-ID: None
 [2002-03-05 12:19 UTC] aghez at decan dot fr
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.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-24 20:29 UTC] derick@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 08:01:35 2024 UTC