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

2005-09-01 Thread Nuno Lopes
nlopess Thu Sep  1 11:30:29 2005 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fpassthru.xml 
  Log:
  fix the path (caused by wrong quotes). user note.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fpassthru.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/filesystem/functions/fpassthru.xml
diff -u phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.9 
phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.10
--- phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.9  Tue Jan 11 
14:55:02 2005
+++ phpdoc/en/reference/filesystem/functions/fpassthru.xml  Thu Sep  1 
11:30:28 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -55,7 +55,7 @@
 

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

2005-01-11 Thread Mehdi Achour
didou   Tue Jan 11 14:55:03 2005 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fpassthru.xml 
  Log:
  this iswrong
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fpassthru.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/filesystem/functions/fpassthru.xml
diff -u phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.8 
phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.9
--- phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.8  Mon May 17 
15:42:15 2004
+++ phpdoc/en/reference/filesystem/functions/fpassthru.xml  Tue Jan 11 
14:55:02 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -26,8 +26,7 @@
 
  You may need to call rewind to reset the file 
  pointer to the beginning of the file if you have already written data 
- to the file.  The file is closed when fpassthru 
- is done reading it (leaving handle useless).
+ to the file.
 
 
  If you just want to dump the contents of a file to the output buffer,