[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en/reference/filesystem/functions realpath.xml
From:       "Hannes Magnusson" <bjori () php ! net>
Date:       2008-09-09 14:43:53
Message-ID: cvsbjori1220971433 () cvsserver
[Download RAW message or body]

bjori		Tue Sep  9 14:43:53 2008 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions	realpath.xml 
  Log:
  as of PHP5.3 we have our own realpath() implementation
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/realpath.xml?r1=1.13&r2=1.14&diff_format=u
                
Index: phpdoc/en/reference/filesystem/functions/realpath.xml
diff -u phpdoc/en/reference/filesystem/functions/realpath.xml:1.13 \
                phpdoc/en/reference/filesystem/functions/realpath.xml:1.14
--- phpdoc/en/reference/filesystem/functions/realpath.xml:1.13	Thu Feb 21 11:46:28 \
                2008
+++ phpdoc/en/reference/filesystem/functions/realpath.xml	Tue Sep  9 14:43:53 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.realpath">
  <refnamediv>
   <refname>realpath</refname>
@@ -44,12 +44,37 @@
   </para>
   <para>
    <function>realpath</function> returns &false; on failure, e.g. if
-   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;.
+   the file does not exist.
   </para>
  </refsect1>
 
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>5.3.0</entry>
+       <entry>
+        Prior to this release <function>realpath</function> would not fail on
+        *BSD systems if only the last last <parameter>path</parameter>
+        component did not exist.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic