ID:               48746
 Updated by:       paj...@php.net
 Reported By:      ddkees at illinois dot edu
-Status:           Bogus
+Status:           Assigned
 Bug Type:         Directory function related
 Operating System: win32 only - Windows Server 2003
 PHP Version:      5.3.0
 Assigned To:      pajoye
 New Comment:

help if I comment in the right bug :) (reassigned)


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

[2009-08-26 20:44:50] paj...@php.net

Please follow #48746, same problem. I close (bogus) this bug to avoid
to have to split the info in too many reports.

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

[2009-08-26 20:44:06] s...@php.net

Automatic comment from SVN on behalf of pajoye
Revision: http://svn.php.net/viewvc/?view=revision&revision=287781
Log: - fix #48746, regression with file operaiton on path with
junctions

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

[2009-08-19 01:00:00] 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".

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

[2009-08-11 12:26:41] phpstuff at cresstone dot com

'mnt' is a regular directory. 'junction' was indeed pointing to the
root of a volume. However, I get exactly the same behavior if I create
the junction as a link to anouther directory via the junction.exe from
sysinternals. Again, this is a log from Windows 7 x64:



C:\mnt\test>type phptest.php
<?php
var_dump(file_exists('junction'));
var_dump(file_exists('directory'));
?>
C:\mnt\test>dir
 Volume in drive C is coreI7_System
 Volume Serial Number is 38E2-2B62

 Directory of C:\mnt\test

2009.08.10  16.11    <DIR>          .
2009.08.10  16.11    <DIR>          ..
2009.08.11  08.22    <DIR>          directory
2009.08.10  16.10    <JUNCTION>     junction
[\??\C:\mnt\test\directory]
2009.08.10  16.11                82 phptest.php
               1 File(s)             82 bytes
               4 Dir(s)  24,210,726,912 bytes free

C:\mnt\test>php.exe phptest.php
bool(false)
bool(true)

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

[2009-08-11 06:32:56] paj...@php.net

Did you mount another drive in c:\mnt?

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

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/48746

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

Reply via email to