ID: 10704
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: IIS related
Operating System: NT4sp1
PHP Version: 4.0.5
New Comment:

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

Previous Comments:
------------------------------------------------------------------------

[2001-05-07 10:29:35] [EMAIL PROTECTED]


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

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=10704&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to