| Summary | ORIG_PATH_INFO instead of PATH_INFO |
| Queue | DIMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | mm-bugs (at) manno (dot) name |
| Created | 9/11/08 (6420 days ago) |
| Due | |
| Updated | 9/11/08 (6420 days ago) |
| Assigned | |
| Resolved | 9/11/08 (6420 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
http://bugs.php.net/bug.php?id=31892
which was fixed in PHP 5.2.4:
http://www.php.net/ChangeLog-5.php#5.2.4
debian lenny is released.
State ⇒ Not A Bug
http://bugs.php.net/bug.php?id=31892
which was fixed in PHP 5.2.4:
http://www.php.net/ChangeLog-5.php#5.2.4
Priority ⇒ 1. Low
New Attachment: pathinfo.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ ORIG_PATH_INFO instead of PATH_INFO
Type ⇒ Bug
State ⇒ Unconfirmed
"AcceptPathInfo On" is set in the apache config.
Dimp fails to load completly, only displays "loading...".
This is due an empty PATH_INFO variable. The attached patch works
around this issue.