ID: 18765
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: No Feedback
Bug Type: *General Issues
Operating System: Windows 95
PHP Version: 4.2.2
New Comment:
Using php.exe as CGI under WindowsXP and
PHP 4.3.0 or PHP 4.2.3 leads me to same problem:
Settings in PHP.ini:
register_globals = On
always_populate_raw_post_data = Off
_POST is not initialized.
CONTENT_TYPE is "multipart/form-data"
What I also detect: PHP does not touch the POST data - you can read the
POST data manually:
$fp = fopen("php://stdin", "r");
$buf = fread($fp, $_ENV["CONTENT_LENGTH"]);
echo ">>>".$buf."<<<";
Displays the complete data.
Previous Comments:
------------------------------------------------------------------------
[2002-12-15 14:43:28] [EMAIL PROTECTED]
i have the same problem with apache 2.0.43 and php-4.3rc3
checkout here: http://markus.dom.de/test/testform.html
if you like.
markus
------------------------------------------------------------------------
[2002-11-05 14:04:42] [EMAIL PROTECTED]
Having the same problem under winXP PHP 4.2.3
------------------------------------------------------------------------
[2002-10-17 01:00:02] [EMAIL PROTECTED]
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2002-10-01 20:39:25] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php4-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php4-win32-latest.zip
------------------------------------------------------------------------
[2002-08-19 23:45:04] [EMAIL PROTECTED]
It has already been two weeks since I posted this. Is there anyone out
there who can help me with this problem? Please =)
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/18765
--
Edit this bug report at http://bugs.php.net/?id=18765&edit=1