You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir D:\test\realcachefolder\gretta
mklink /J D:\test\symlinkedcachefolder D:\test\realcachefolder
cd D:\test
dir
cd symlinkedcachefolder
dir
php -r "var_dump(realpath('D:/test/symlinkedcachefolder'));"
php -r "var_dump(__DIR__);"
create index.php with following content at D:\test\symlinkedcachefolder
mkdir D:\test\realcachefolder\gretta
mklink /d D:\test\symlinkedcachefolder D:\test\realcachefolder
cd D:\test
dir
cd symlinkedcachefolder
dir
php -r "var_dump(realpath('D:/test/symlinkedcachefolder'));"
php -r "var_dump(__DIR__);"
create index.php with following content at D:\test\symlinkedcachefolder