php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10300 Access Permission
Submitted: 2001-04-11 18:34 UTC Modified: 2001-06-08 06:28 UTC
From: roman dot liebenau at est-vienna dot com Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.4pl1 OS: Win2K
Private report: No CVE-ID: None
 [2001-04-11 18:34 UTC] roman dot liebenau at est-vienna dot com
I installed php4 on a Win2K server, running IIS5. The machine is configured (and acts) as a firewall, also. For this reason it is not a member of the Win2K domain, nor is it registered as a SDC in the directory.
The web site's file, however, are located on a share.
For security reasons, IIS permits you to supply an account which is used for logging into the share when accessing the files (work fine in this configuration with for html and asp).
When accessing a php file the following error message is displayed:

Failed opening '<filename>' for inclusion (include_path='.;<more includes>') in Unknown on line 0

As soon as I move the directory to a local drive everything works fine. I suspect that the php4isapi.dll does not use the logon information.

Bug, or stupid user ?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-08 06:28 UTC] cynic@php.net
That's not a permission problem, that's a problem with non-local files. It is fixed in 4.0.5, IIRC. If it's not, it hasn't made it in before the release; it'll definitely be in 4.0.6. Upgrade, and reopen if the problem persists.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC