mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
https proxy only in PHP 5.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196541 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a1b018c99e
commit
42959d896a
1 changed files with 5 additions and 4 deletions
|
@ -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 @@ foreach($meta_data['wrapper_data'] as $response) {
|
|||
<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 @@ foreach($meta_data['wrapper_data'] as $response) {
|
|||
<table>
|
||||
<title>Wrapper Summary</title>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<thead>e
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>PHP 4</entry>
|
||||
|
@ -510,7 +511,7 @@ foreach($meta_data['wrapper_data'] as $response) {
|
|||
<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.
|
||||
|
|
Loading…
Reference in a new issue