php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11041 ISAPI filter has probs with virtual directories
Submitted: 2001-05-22 23:29 UTC Modified: 2001-05-22 23:43 UTC
From: jwood at expressivetek dot com Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.5 OS: WIN2000 PRO
Private report: No CVE-ID: None
 [2001-05-22 23:29 UTC] jwood at expressivetek dot com
problem can be reproduced using the phpinfo(); function


i didnt need any modules except for the MySQL module, therefore i didnt compile any

here's the error I keep getting:
Warning: Failed opening '\\Shoeoffice\Work_Drive\P\pas\website2001\test.php' for inclusion (include_path='') in Unknown on line 0

This happens with any file i try (excluding any file inside my C:/inetpub/wwwroot directory on my local machine.)  Is this a problem with virtual directories?  I did have the exact setup using PHP3 and it worked fine.  I tried both the CGI and ISAPI filter version of PHP 4.0.5 and neither worked, although i did get a different error with the CGI.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-22 23:43 UTC] sniper@php.net
The UNC paths are supported in PHP 4.0.6.
(sources can be found here: http://www.php.net/~andi/php-4.0.6RC1.tar.gz)

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC