Fix #72738: realpath() expands junction points

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351451 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-11-19 13:28:19 +00:00
parent 968bb98efd
commit cfa78d6bb9

View file

@ -72,6 +72,12 @@
is inside a Phar as such path would be a virtual path, not a real one.
</para>
</note>
<note>
<para>
On Windows, junctions and symbolic links to directories are only expanded by
one level.
</para>
</note>
&fs.file.32bit;
</refsect1>