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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC