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
 [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: Fri Mar 29 07:01:28 2024 UTC