nlopess Sun Aug 7 08:52:25 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions realpath.xml
Log:
fix 32627: failure on BSD systems
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/realpath.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/filesystem/functions/realpath.xml
diff -u phpdoc/en/reference/filesystem/functions/realpath.xml:1.7
phpdoc/en/reference/filesystem/functions/realpath.xml:1.8
--- phpdoc/en/reference/filesystem/functions/realpath.xml:1.7 Tue May 18
10:23:19 2004
+++ phpdoc/en/reference/filesystem/functions/realpath.xml Sun Aug 7
08:52:24 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.23 -->
<refentry id="function.realpath">
<refnamediv>
@@ -21,7 +21,9 @@
</para>
<para>
<function>realpath</function> returns &false; on failure, e.g. if
- the file does not exists.
+ the file does not exist. On BSD systems <function>realpath</function>
+ doesn't fail if only the last <parameter>path</parameter> component
+ doesn't exist, while other systems will return &false;.
</para>
<para>
<example>