Date: 05/07/01
- Next message: kalowsky <email protected>: "[PHP-DEV] Bug #10155 Updated: Insert or update query not functioning correctly"
- Previous message: cynic <email protected>: "[PHP-DEV] Bug #10703 Updated: Error unloading php4apache.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: kalowsky <email protected>: "[PHP-DEV] Bug #10155 Updated: Insert or update query not functioning correctly"
- Previous message: cynic <email protected>: "[PHP-DEV] Bug #10703 Updated: Error unloading php4apache.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

