Edit report at https://bugs.php.net/bug.php?id=35289&edit=1

 ID:                 35289
 Updated by:         yohg...@php.net
 Reported by:        scott dot pascoe at gmail dot com
 Summary:            Win32 symlink unimplemented - could be easily
-Status:             Open
+Status:             Closed
 Type:               Feature/Change Request
-Package:            Feature/Change Request
+Package:            *General Issues
 Operating System:   Windows XP
 PHP Version:        5.0.5
-Assigned To:        
+Assigned To:        yohgaki
 Block user comment: N
 Private report:     N

 New Comment:

Implemented since 5.3.0.

http://www.php.net/manual/en/function.symlink.php


Previous Comments:
------------------------------------------------------------------------
[2005-11-19 05:39:38] scott dot pascoe at gmail dot com

Description:
------------
It is noted in the documentation that 'symlink' is unimplemented on the Win32 
platform.  It could be easily implemented for Windows 2000 and above OS's.

I found that PostgresSQL implements them in the file src/port/dirmod.c.

They refer to a codeproject article: 
http://www.codeproject.com/W2K/junctionpoints.asp

as a reference.

Reproduce code:
---------------
mkdir('c:\test');
symlink('c:\junk', 'c:\test');


Expected result:
----------------
it would work on the Windows Platform

Actual result:
--------------
error unimplemented function


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



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

Reply via email to