From: [EMAIL PROTECTED]
Operating system: Windows NT/2000
PHP version: 4.0.6
PHP Bug Type: Scripting Engine problem
Bug description: file_exists not working with UNC names
On a Windows 2000 box with PHP and IIS5.0, create a page the calls the
file_exists function on a
known machine\share\file
You will need to create a share on that machine or another.
For example :
if (file_exists("\\\\machine\\share\\test.txt") {
echo "Exists<BR>";
} else {
echo "Does not Exist<BR>";
}
The file_exists function will always return false.
The function works fine with drive letter associations, but not for UNC
notation on win32.
You have closed this bug with id #6554.
But this bug is not fixed in 4.0.6
--
Edit bug report at: http://bugs.php.net/?id=13292&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]