[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions realpath.xml

2007-01-21 Thread Mehdi Achour
didou   Mon Jan 22 01:46:15 2007 UTC

  Modified files:  
/phpdoc/en/reference/filesystem/functions   realpath.xml 
  Log:
  Fix 38853: Include example output for realpath
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/realpath.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/realpath.xml
diff -u phpdoc/en/reference/filesystem/functions/realpath.xml:1.8 
phpdoc/en/reference/filesystem/functions/realpath.xml:1.9
--- phpdoc/en/reference/filesystem/functions/realpath.xml:1.8   Sun Aug  7 
12:52:24 2005
+++ phpdoc/en/reference/filesystem/functions/realpath.xml   Mon Jan 22 
01:46:15 2007
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -31,10 +31,17 @@
   
 
   
+  &example.outputs;
+  
+
+  
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions realpath.xml

2005-08-07 Thread Nuno Lopes
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 @@
 
-
+
 
   

@@ -21,7 +21,9 @@
 
 
  realpath returns &false; on failure, e.g. if
- the file does not exists.
+ the file does not exist. On BSD systems realpath
+ doesn't fail if only the last path component
+ doesn't exist, while other systems will return &false;.
 
 
  


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions realpath.xml

2002-05-09 Thread Philip Olson

philip  Thu May  9 23:03:10 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   realpath.xml 
  Log:
  See also: pathinfo not path_info
  
  
Index: phpdoc/en/reference/filesystem/functions/realpath.xml
diff -u phpdoc/en/reference/filesystem/functions/realpath.xml:1.3 
phpdoc/en/reference/filesystem/functions/realpath.xml:1.4
--- phpdoc/en/reference/filesystem/functions/realpath.xml:1.3   Fri Apr 19 02:22:38 
2002
+++ phpdoc/en/reference/filesystem/functions/realpath.xml   Thu May  9 23:03:09 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -36,7 +36,7 @@
 
  See also: basename, 
  dirname, and 
- path_info.
+ pathinfo.
 

   





[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions realpath.xml

2002-04-18 Thread Philip Olson

philip  Fri Apr 19 02:22:38 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   realpath.xml 
  Log:
  realpath(): see also basename, dirname and path_info.
  
  
Index: phpdoc/en/reference/filesystem/functions/realpath.xml
diff -u phpdoc/en/reference/filesystem/functions/realpath.xml:1.2 
phpdoc/en/reference/filesystem/functions/realpath.xml:1.3
--- phpdoc/en/reference/filesystem/functions/realpath.xml:1.2   Wed Apr 17 02:38:10 
2002
+++ phpdoc/en/reference/filesystem/functions/realpath.xml   Fri Apr 19 02:22:38 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -32,6 +32,11 @@
 ]]>
   
  
+
+
+ See also: basename, 
+ dirname, and 
+ path_info.