[PHP-DEV] Bug #10704: $HTTP_SERVER_VARS["PATH_INFO"] is not set on IIS4 From: dror <email protected>
Date: 05/07/01

From: dror <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>