php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10704 $HTTP_SERVER_VARS["PATH_INFO"] is not set on IIS4
Submitted: 2001-05-07 10:29 UTC Modified: 2001-07-23 14:35 UTC
From: dror at europe dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.0.5 OS: NT4sp1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dror at europe dot com
New email:
PHP Version: OS:

 

 [2001-05-07 10:29 UTC] dror at europe dot com
using this simple example I get the right result with the previous version (4.04pl1)
and "not set" with the latest version (4.05)

if(isset($HTTP_SERVER_VARS["PATH_INFO"]))
   echo "value=".$HTTP_SERVER_VARS["PATH_INFO"];
else
   echo "not set";

web server: IIS4
php version: 4.0.5 compiled from source code.

Dror

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-23 14:35 UTC] jmoore@php.net
PHP just passes on the variables that IIS sets, it does not standardise them although perhaps we should for PHP 5. Bogusing this report.

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 06:01:29 2024 UTC