php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47300 POST DATA WITH HTTP 1.0
Submitted: 2009-02-04 10:45 UTC Modified: 2009-02-04 22:23 UTC
From: contact at benbarber dot co dot uk Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.2.8 OS: CentOS 5.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: contact at benbarber dot co dot uk
New email:
PHP Version: OS:

 

 [2009-02-04 10:45 UTC] contact at benbarber dot co dot uk
Description:
------------
When a form is submited to return.php on my site everything works fine, 
but if its from a source with a HTTP 1.0 header, return.php will return 
back status 200 but no data is processed.

I have tested it under php 4 and everything goes through fine, so it 
must have been introduced somwhere in php 5 + as I have tested it in 
5.2.6 and 5.2.8

I believe that its the http 1.0 causing the issue, as when I look 
through my server log everything else is being processed as http 1.1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-02-04 22:23 UTC] jani@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Works fine for me.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 18:01:30 2024 UTC