Added note about realpath not working on phar.

https://bugs.php.net/bug.php?id=52769
-- 
Provided by anonymous 86718 (theo.fidry@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343778 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pasindu De Silva 2018-01-07 12:53:43 +00:00
parent a4406f949f
commit 63781351a2

View file

@ -66,6 +66,12 @@
not normalize the character case.
</para>
</note>
<note>
<para>
The function <function>realpath</function> will not work for a file which
is inside a Phar as such path would be a virual path, not a real one.
</para>
</note>
&fs.file.32bit;
</refsect1>