PHP :: Bug #32109 :: POST data is empty
| Bug #32109 | POST data is empty | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2005-02-25 14:17 UTC | Modified: | 2005-03-05 17:41 UTC |
|
||||||||||
| From: | nlopess@php.net | Assigned: | moriyoshi (profile) | |||||||||||
| Status: | Closed | Package: | Apache2 related | |||||||||||
| PHP Version: | 5CVS-2005-02-25 | OS: | windows | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2005-02-25 14:17 UTC] nlopess@php.net
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.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-02-27 17:32 UTC] nlopess@php.net
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-03-04 01:38 UTC] csaba at alum dot mit dot edu
[2005-03-04 19:10 UTC] nlopess@php.net
[2005-03-04 23:51 UTC] moriyoshi@php.net
[2005-03-05 09:37 UTC] nlopess@php.net
[2005-03-05 17:41 UTC] moriyoshi@php.net