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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 + 16 = ?
Subscribe to this entry?

 
 [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 May 05 23:01:30 2024 UTC