From: [EMAIL PROTECTED] Operating system: NT4sp1 PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: $HTTP_SERVER_VARS["PATH_INFO"] is not set on IIS4 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 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]