PHP's symlink () function does not work on Windows 7 with an error:
Warning: symlink(): Cannot create symlink, error code(3) in C:\xampp\htdocs\…\lib\model\doctrine\Website.class.php
This is a XAMPP server with PHP 5.3.8.
From the symlink () documentation:
5.3.0 This feature is now available on Windows platforms (Vista, Server 2008 and higher).
Any ideas / suggestions?
php windows-7 symlink
Ain tohvri
source share