pollita Sat Jul 24 00:07:06 2004 EDT
Modified files:
/phpdoc/en/appendices wrappers.xml
Log:
Document ftp proxy context option
http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.39&r2=1.40&ty=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.39 phpdoc/en/appendices/wrappers.xml:1.40
--- phpdoc/en/appendices/wrappers.xml:1.39 Wed Jul 21 17:51:11 2004
+++ phpdoc/en/appendices/wrappers.xml Sat Jul 24 00:07:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.39 $ -->
+<!-- $Revision: 1.40 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@@ -447,6 +447,15 @@
Applies to read mode (downloading) only.
</entry>
<entry>0 (Beginning of File)</entry>
+ </row>
+ <row>
+ <entry><literal>proxy</literal>(PHP 5.1.0 or greater)</entry>
+ <entry>
+ Proxy FTP request via http proxy server.
+ Applies to file read operations only.
+ Ex: <literal>tcp://squid.example.com:8000</literal>
+ </entry>
+ <entry/>
</row>
</tbody>
</tgroup>