ID:               36078
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jarek at katnik dot pl
-Status:           Open
+Status:           Bogus
 Bug Type:         Directory function related
 Operating System: Windows XP Pro SP2
 PHP Version:      5.1.2
 New Comment:

Blame Microsoft..or IBM. Not PHP bug.


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

[2006-01-19 09:05:54] jarek at katnik dot pl

Description:
------------
When I run chdir on drive mounted by ClearCase
I get warrning and directory doesn't change.

Reproduce code:
---------------
<?php
    //Drive 'R:' is mounted by ClearCase.
    chdir('R:');
?>


Expected result:
----------------
workinf directory should change to r:

Actual result:
--------------
Warning: chdir() [function.chdir]: No such file or directory (errno 2)
in {scriptName} on line {lineNumber}


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


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

Reply via email to