For me it works since php-dev from july 4 2001 and also in 4.1.0. We had to install the July 4 version on our production website to be able to access UNC-style paths, now we could switch to 4.1.0.
We've made better experiences using "//server" instead of \\\\ because there has been a bug in the slash/backslash translation: To get \\ you had to use \\\\\\\\ - i don't know if this still exists, but this could be the reason why Helmuts script doesn't work. Christoph <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ID: 13292 > Updated by: sander > Reported By: [EMAIL PROTECTED] > Old Status: Feedback > Status: Open > Bug Type: Filesystem function related > Operating System: Windows NT/2000 > PHP Version: 4.0.6 > New Comment: > > Doesn't work with 4.1.0 nor with 4.2.0-dev. > > Previous Comments: > ------------------------------------------------------------------------ > > [2001-12-14 14:29:39] [EMAIL PROTECTED] > > This is not a Scripting Engine Problem, but a FIle System function report. > > ------------------------------------------------------------------------ > > [2001-12-14 14:28:20] [EMAIL PROTECTED] > > Any updates for this? This is a known issue for a long time. > > To reporter: I don't use windows. Could you try 4.1.0 and report the result? > > ------------------------------------------------------------------------ > > [2001-09-13 15:55:36] [EMAIL PROTECTED] > > 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 this 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]