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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC