[PHP-DEV] PHP 4.0 Bug #7782: Cannot use PATH_INFO fully with php isapi From: auke <email protected>
Date: 11/13/00

From: auke <email protected>
Operating system: Windows 2000
PHP version: 4.0.3pl1
PHP Bug Type: IIS related
Bug description: Cannot use PATH_INFO fully with php isapi

Under Apache it is possible to add non existant paths/files after a call to a script, e.g.:

http://host/script.php/a/path/template.html

in which case Apache will start php with script.php and /a/path/template.html in the server variable PATH_INFO.

when trying this in IIS 5.0 under windows 2000, it seems that IIS correctly calls the phpisapi.dll, but php then returns the message:

Warning: Failed opening 'd:\inetpub\wwwroot\test.php\a\path\template.html' for inclusion (include_path='') in Unknown on line 0

It would be nice if this worked like with the apache version...

-- 
Edit Bug report at: http://bugs.php.net/?id=7782&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>