php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8657 Errormessage on the Browser if using UNC path notation for document root
Submitted: 2001-01-11 12:24 UTC Modified: 2001-05-11 21:10 UTC
From: mamier at profidata dot de Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.3pl1 OS: NT4 SP5
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: mamier at profidata dot de
New email:
PHP Version: OS:

 

 [2001-01-11 12:24 UTC] mamier at profidata dot de
Installation on NT4 under Apache 1.3.14 using LoadModule php4_module /php/sapi/php4Apache.dll.
If document root is configured like "c:/HTDocs" all works fine (testscript phptest.php)
If document root is configured like "//servername/volume/domains/zpp/www.domain.de" (because the HTDocs are on a novell server volume) i got the errormesage on the browser
Warning: Failed opening '//servername/volume/domains/zpp/www.domain.de/phptest.php' for inclusion (include_path='') in Unknown on line 0
If i use drive mapping instead of unc path,for access to the netware volume, apache will not work.
Thank you in advance for help

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-25 07:53 UTC] sbergmann@php.net
Does the problem persist with PHP 4.0.4pl1 or the latest snapshot from http://snaps.php.net/?

 [2001-03-12 15:29 UTC] sniper@php.net
User feedback:
--------------
Yes, i've tried out PHP 4.0.4pl1, but the problem persists, also with the 
binary php.exe. If i call php.exe from the command line like
php c:\phptest.php
i see the html output
if i call
php \\server\vol\dir\phptest.php
there is no output and no errormessage.
If i map \\server\vol to w: and call
php w:\dir\phptest.php
it works.
---------------

Duplicate of #6554

--Jani

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

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jun 30 16:01:34 2025 UTC