diff --git a/components/filesystem.rst b/components/filesystem.rst index d43632b9de6..0c5b56a66b5 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -214,10 +214,7 @@ support symbolic links, a third boolean argument is available:: :method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` read links targets. -PHP's :phpfunction:`readlink` function returns the target of a symbolic link. However, its behavior -is completely different under Windows and Unix. On Windows systems, ``readlink()`` -resolves recursively the children links of a link until a final target is found. On -Unix-based systems ``readlink()`` only resolves the next link. +PHP's :phpfunction:`readlink` function returns the target of a symbolic link. The :method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` method provided by the Filesystem component always behaves in the same way::