php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9815 cannot include/require files on network shares
Submitted: 2001-03-17 23:30 UTC Modified: 2001-05-11 20:55 UTC
From: djanix at hotmail dot com Assigned:
Status: Closed Package: Filesystem function related
PHP Version: 4.0 Latest CVS (17/03/2001) OS: win32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: djanix at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-03-17 23:30 UTC] djanix at hotmail dot com
using latest exe from php4win.de...
php cannot open network shares like
include( '\\\\computer\\c$\\php4\\include\\template.php' );
or
include( '\\computer\c$\php4\include\template.php' );
or
include( '//computer/c$/php4/include/template.php' );
or
include( '\\\\computer\c$/php4/include/template.php' );

nothing seems to work.

even with no include_path set...

i searched through the source to find how include calls fopen to see if i could offer any advice... i ran out of time when i was working on it, so i thought i might add a note here about it.  

there are so many layers of code involved in the fopen process... 

thank you so much for all of your time and work !  php is the greatest :)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-18 18:18 UTC] sniper@php.net
Duplicate of #6554

--Jani


 [2001-05-11 20:55 UTC] sniper@php.net
Fixed in CVS. Fix will be in PHP 4.0.6.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC