sapi apache2 uninitialized content-length value
| Bug #27196 | sapi apache2 uninitialized content-length value | ||||
|---|---|---|---|---|---|
| Submitted: | 2004-02-09 12:29 UTC | Modified: | 2004-02-09 18:22 UTC | ||
| From: | pdoru at kappa dot ro | Assigned: | |||
| Status: | Closed | Package: | Apache2 related | ||
| PHP Version: | Irrelevant | OS: | irelevant | ||
| Private report: | No | CVE-ID: | None | ||
[2004-02-09 12:29 UTC] pdoru at kappa dot ro
Description:
------------
Hi,
While playing with some code I noticed that apache2
sapi implementation(s) does not initialize the SG(content-length) sapi variable. Apache 1.3 sapi does! and so does ALL OTHER interfaces. A quick grep into the sources will reveal that only apache2handler and apache2filter does not initialize this. Is there a reason for this ? Or is just something that sliped ? maybe a BUG ....
I wrote a patch to fix this. see attached. tested and it works with no problem and correctly reports the content-length. It is very simple and straight forward.
This works for both php v4.3.* and v5, same code, version doesn't matter.
for patch and more info see:
http://pdoru.from.ro/patch-php-sapi/
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2004-02-09 18:22 UTC] iliaa@php.net