ID: 35691
Updated by: [EMAIL PROTECTED]
Reported By: ejwaibel at gmail dot com
Status: Assigned
Bug Type: Directory function related
-Operating System: Windows 2003
+Operating System: Windows
PHP Version: 5CVS-2005-12-19 (snap)
Assigned To: nlopess
New Comment:
I reproduce this with both Windows XP and 2003.
Previous Comments:
------------------------------------------------------------------------
[2006-11-01 15:05:44] [EMAIL PROTECTED]
OK, I was able to reproduce the problem.
I used Apache 2.0 and is_dir() doesn't work with network mapped drives.
other drives work and in CLI mode it also works. (it can be because
Apache runs as another user, although I haven't looked further into the
problem)
------------------------------------------------------------------------
[2006-09-26 15:28:47] thiagomp at gmail dot com
The problem appeared here with the following configuration:
Windows XP SP2
PHP 5.0.5 (with Apache 1.3.33) and 5.1.6 (with Apache 2.0.59)
------------------------------------------------------------------------
[2006-01-20 10:18:32] jarek at katnik dot pl
It happpens also with Apache 1.3.31.
------------------------------------------------------------------------
[2006-01-19 17:00:11] [EMAIL PROTECTED]
OK, so here I go again. bug #36088 states this only happens with Apache
(2.0.x) and works in CLI. Previously I had only tested in CLI, so back
to testing.
------------------------------------------------------------------------
[2006-01-19 08:56:15] jarek at katnik dot pl
I'm using PHP Version 5.1.2 on MS Windows XP Pro SP2.
Drive 'R:' is mounted by ClearCase.
When I run script listed bellow I get warrning:
Warning: chdir() [function.chdir]: No such file or directory (errno 2)
in {scriptName} on line {lineNumber}
<?php
chdir('R:');
?>
------------------------------------------------------------------------
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/35691
--
Edit this bug report at http://bugs.php.net/?id=35691&edit=1