[PHP-DEV] Bug #11673 Updated: UNC paths not working when used in include_path From: zeev <email protected>
Date: 06/27/01

ID: 11673
Updated by: zeev
Reported By: steve <email protected>
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Operating system:
PHP Version: 4.0.6
Assigned To:
Comments:

Should be fixed in the latest CVS (will be a part of 4.0.7) - thanks for the report!

Previous Comments:
---------------------------------------------------------------------------

[2001-06-25 14:12:27] steve <email protected>
Using a UNC path in as the home directory under IIS 5.0
and Windows 2000 Server using the PHP ISAPI module
does not seem to work. If I set the Network Directory
to "\naswebcustomer" I get the following error from
PHP:

Warning: Failed opening '\naswebcustomerindex.php'
for inclusion

If I map a drive then there is not a problem opening
the file but drives are not mapped until a user logs
in so this cannot be used on the web server.

Also, in the php.ini file, if I use

include_dir = "\nasinetpubphpinclude"
or
include_dir = "\\nas\inetpub\phpinclude"

both give the error that the included files cannot be
found. If I use

include_dir = "//nas/inetpub/phpinclude"

then there is no problem.

Also, if I run the php.exe program with a UNC path it
does not work, but if I map a drive then all is well.

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11673&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>