ID:               32109
 Comment by:       csaba at alum dot mit dot edu
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Apache2 related
 Operating System: windows
 PHP Version:      5CVS-2005-02-25
 New Comment:

I am also experiencing this problem - I was OK with the Feb 19 PHP
snapshot, but by Feb 28, it was not working on my Win XP Pro, SP 2
system (nor was it working with March 1 nor March 3 builds).  It
happens with both POST data and also when
enctype='multipart/form-data'.  HOWEVER, as near as I can tell
$HTTP_RAW_POST_DATA is populated.
I am using Apache 2.0.53 and I have php.ini in c:\windows.
Besides that I have the following 4 files in c:\winapps\php.net:
php.exe, php-win.exe, php5ts.dll, and php5apache2.dll, a fairly
minimalistic setup.  My path includes c:\winapps\php.net

If you can tell me how I can get the win32 builds for Feb 20-Feb 25, I
can test each of them to see when the problem crept in.  I couldn't
figure this out from http://snaps.php.net/win32

Csaba Gabor from Vienna
Note also that http://bugs.php.net/bug.php?id=31417 is very similar


Previous Comments:
------------------------------------------------------------------------

[2005-02-27 17:32:55] [EMAIL PROTECTED]

I had apache 2.0.52 and I upgraded it to 2.0.53 and still doesn't
work.

Any simple script like the above helps to reproduce:
<?
print_r($_POST);

if(!empty($_POST['t'])){
    file_put_contents('bugs.txt',$_POST['t']);
    echo "ok";
}else{
    echo '<body><form method="POST" action="bugs.php"><textarea
rows="10" name="t" cols="92"></textarea></p><p><input type="submit"
value="submit"></form></body>';
}
?>

------------------------------------------------------------------------

[2005-02-27 14:31:36] [EMAIL PROTECTED]

Reproduce script? (fyi: works fine here)


------------------------------------------------------------------------

[2005-02-27 13:54:45] [EMAIL PROTECTED]

Sorry Derick, but I don't have any more info.

I simply upgraded PHP (that was one or two weeks old) to the most
recent CVS version and the POST vars are broken.

------------------------------------------------------------------------

[2005-02-27 12:32:02] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2005-02-25 14:17:59] [EMAIL PROTECTED]

Description:
------------
The POST form data is always empty, while GET works.

In linux with PHP 5.1 built: Feb 20 2005 14:51:15, I don't have any
problem.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32109&edit=1

Reply via email to