php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #64927
Patch changelog revision 2015-04-23 21:13 UTC by cmb@php.net

Patch changelog for Filesystem function related Bug #64927

Patch version 2015-04-23 21:13 UTC

Return to Bug #64927 | Download this patch
Patch Revisions:

Developer: cmb@php.net

Index: en/reference/filesystem/functions/realpath.xml
===================================================================
--- en/reference/filesystem/functions/realpath.xml	(revision 336639)
+++ en/reference/filesystem/functions/realpath.xml	(working copy)
@@ -82,6 +82,13 @@
         *BSD systems. <function>realpath</function> now fails in this case.
        </entry>
       </row>
+      <row>
+       <entry>5.2.1</entry>
+       <entry>
+        Prior to this version, <function>realpath</function> returned &false;
+        if <parameter>path</parameter> is an empty string or &null;.
+       </entry>
+      </row>
      </tbody>
     </tgroup>
    </informaltable>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC