ID:               40163
 Updated by:       [EMAIL PROTECTED]
 Reported By:      coyle at washpenn dot com
-Status:           No Feedback
+Status:           Feedback
 Bug Type:         Directory function related
 Operating System: Windows 2003
 PHP Version:      5.2.0
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




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

[2008-07-07 14:39:06] abaranenko at gmail dot com

I have the same problem.
We have tried different settings:
file://10.1.1.7 (shared folder)
\\ 2 bars
\\\\ 4 bars
All the settings possible, no been successful.
Use PHP 5.2.5. Below the 5.1 versions work.
        
No command operates on a network:
is_dir, file_exists.

Help

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

[2008-05-13 15:47:38] julienlembo at free dot fr

I exerience the same problem.
My UNC path is correct but is_dir function is in trouble

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

[2008-03-06 13:20:27] brianelley at gmail dot com

I don't know why this is was not continued by Coyle, but, this bug is
still persisting even today. I am bound with this setup because of some
other packages but I am unable to create folders or files on a network.
This is really critical for the application. 

Can some one please reopen this bug as this is really urgent and its
been a week that I am struggling with this. 

Brian.. [EMAIL PROTECTED]

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

[2007-01-28 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2007-01-20 22:48:58] [EMAIL PROTECTED]

You do need to escape \ even under single quotes, so your first example
is fine:

$path = '\\\\server\\share\\directory\\';

Are you running PHP under a web server? This sounds to me like
permissions issue? Could you try running php.exe from command line and
see if the result is any different.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/40163

-- 
Edit this bug report at http://bugs.php.net/?id=40163&edit=1

Reply via email to