ID: 32109
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Apache2 related
Operating System: windows
PHP Version: 5CVS-2005-02-25 (dev)
New Comment:
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>';
}
?>
Previous Comments:
------------------------------------------------------------------------
[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