nlopess Wed Sep 21 14:17:38 2005 EDT
Modified files:
/phpdoc/en/appendices wrappers.xml
Log:
https proxy only in PHP 5.1
http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.54&r2=1.55&ty=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.54
phpdoc/en/appendices/wrappers.xml:1.55
--- phpdoc/en/appendices/wrappers.xml:1.54 Tue Aug 16 10:47:17 2005
+++ phpdoc/en/appendices/wrappers.xml Wed Sep 21 14:17:37 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@@ -324,7 +324,8 @@
<entry><literal>proxy</literal></entry>
<entry>
URI specifying address of proxy server. (e.g.
- <literal>tcp://proxy.example.com:5100</literal> ).
+ <literal>tcp://proxy.example.com:5100</literal>). HTTPS proxying only
+ works in PHP 5.1.0 or greater.
</entry>
<entry></entry>
</row>
@@ -414,7 +415,7 @@
<table>
<title>Wrapper Summary</title>
<tgroup cols="3">
- <thead>
+ <thead>e
<row>
<entry>Attribute</entry>
<entry>PHP 4</entry>
@@ -510,7 +511,7 @@
<entry>0 (Beginning of File)</entry>
</row>
<row>
- <entry><literal>proxy</literal>(PHP 5.1.0 or greater)</entry>
+ <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.