php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8832 CGI differerent from ISAPI
Submitted: 2001-01-22 03:52 UTC Modified: 2001-06-14 16:49 UTC
From: Gjalt at liones dot nl Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.4pl1 OS: Win NT4 server SP6
Private report: No CVE-ID: None
 [2001-01-22 03:52 UTC] Gjalt at liones dot nl
When moving from PHP4 ISAPI to CGI we ran into the following bugs:
 - HTTP_RAW_POST_DATA is not available in the CGI version
 - using a relative url in the function header() to redirect to a new page in another directory works but the relative links on the new page do not work because the header 'Content base' of new the page is wrong.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-23 10:06 UTC] cynic@php.net
just a note: relative URLs in Location header are in violation of the HTTP protocol.
 [2001-06-14 16:49 UTC] sniper@php.net
HTTP_RAW_POST_DATA is only available with unknown
post content types.

Relative urls are (and will not be) supported with Location.
It's violation of the specs.

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