From cfa78d6bb99348a6f898b133136bcfc256804b09 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 19 Nov 2020 13:28:19 +0000 Subject: [PATCH] Fix #72738: realpath() expands junction points git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351451 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/realpath.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml index 686af228b4..f2860e5a12 100644 --- a/reference/filesystem/functions/realpath.xml +++ b/reference/filesystem/functions/realpath.xml @@ -72,6 +72,12 @@ is inside a Phar as such path would be a virtual path, not a real one. + + + On Windows, junctions and symbolic links to directories are only expanded by + one level. + + &fs.file.32bit;