__FILE__ . '/..' doesn't work anymore

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295525 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2010-02-26 09:13:15 +00:00
parent efc16a7a33
commit 9505f9f5a0

View file

@ -66,6 +66,8 @@
<listitem>
<simpara>
<function>realpath</function> is now fully platform-independent.
Consequence of this is that invalid relative paths such as
<literal>__FILE__ . "/../x"</literal> does not work anymore.
</simpara>
</listitem>
<listitem>