php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9345 PHP as subrequests in Apache
Submitted: 2001-02-19 16:29 UTC Modified: 2001-06-21 23:48 UTC
From: brian at tangent dot org Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: doens't matter
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: brian at tangent dot org
New email:
PHP Version: OS:

 

 [2001-02-19 16:29 UTC] brian at tangent dot org
Here is the problem, if you make a call to ap_run_sub_req() with a PHP script with a GET method and content length set to zero, PHP will still gobble up whatever is sitting in the socket. This problematic when you don't want PHP to be the script to answer the POST request. I have tried dinking with a number of things (like remaining, length) and such that make up the request_rec, but PHP seems to be ignoring all of them.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-03 06:35 UTC] sniper@php.net
Please try the latest release candidate:

http://www.php.net/~andi/php-4.0.6RC2.tar.gz

And if that doesn't work either, include an example
script into this bug report.

--Jani

 [2001-06-21 23:48 UTC] sniper@php.net
No feedback. Reopen with example script that demonstates
this if it doesn't work with PHP 4.0.6

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC