php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19537 Failed opening <filename> for inclusion ....
Submitted: 2002-09-21 05:23 UTC Modified: 2002-09-21 05:32 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: w dot j dot bootsma at planet dot nl Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.2.3 OS: Windows 2000 Pro
Private report: No CVE-ID: None
 [2002-09-21 05:23 UTC] w dot j dot bootsma at planet dot nl
I am running php as a isapi within IIS 5.0 on a windows 2000 professional platform.

I get the error message below:

Warning: Failed opening 'c:\inetpub\wwwroot\ezpublish\index.php\article\index' for inclusion (include_path='.;c:\php4\includes' in Unkown on line 0.

If PHP tries to locate the file 'index.php\article\index' in the include directories it is obvious that php can't find it since it should look for the file 'index.php' passing the parameters '\article\index'.



Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-21 05:32 UTC] derick@php.net
I don't think IIS supports this and only Apache does. It's up to the webserver to break these things apart, not PHP.
So it's not a bug in PHP -> bogus.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Aug 16 08:01:28 2024 UTC