php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15973 CGI PHP4 doesn't work with POST
Submitted: 2002-03-09 13:29 UTC Modified: 2002-03-10 06:14 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: martijn+php at foodfight dot org Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.1.2 OS: Debian testing (Linux 2.4)
Private report: No CVE-ID: None
 [2002-03-09 13:29 UTC] martijn+php at foodfight dot org
I was setting up the PHP4 CGI module when I ran into this problem:

When submitting POST data to a PHP script, it won't arrive in the script ($_POST, $HTTP_POST_VARS will remain empty, as will php://stdin), but GET data works fine.

My Apache is configured like this:
    Action application/x-httpd-php /cgi-bin/php4

There's an example on http://test.o2w.nl/foo.html

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-10 06:14 UTC] sander@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Sep 01 15:00:03 2025 UTC