Date: 11/13/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] Bug in 4.03pl1 multipart/form-data method (file uploads)"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andi Gutmans: "Re: [PHP-DEV] Bug in 4.03pl1 multipart/form-data method (file uploads)"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

