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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 12:01:31 2024 UTC