mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document constants version (bug #32695)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184322 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4ee6ee268a
commit
22cd3ffc07
1 changed files with 12 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.curl-setopt">
|
||||
<refnamediv>
|
||||
|
@ -119,6 +119,7 @@
|
|||
only.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -233,7 +234,7 @@
|
|||
in multi-threaded SAPIs so timeout options can still be used.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in CURL 7.10.
|
||||
Added in CURL 7.10 and PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -304,6 +305,7 @@
|
|||
hostname has changed.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -348,7 +350,7 @@
|
|||
this request will be fulfilled, however.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in CURL 7.10.
|
||||
Added in CURL 7.10 and PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -390,7 +392,7 @@
|
|||
<literal>CURLFTPAUTH_DEFAULT</literal> (let CURL decide).
|
||||
</entry>
|
||||
<entry>
|
||||
Added in CURL 7.12.2 and available since PHP 5.1.0
|
||||
Added in CURL 7.12.2 and PHP 5.1.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -431,6 +433,7 @@
|
|||
</para>
|
||||
</entry>
|
||||
<entry>
|
||||
Added in PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -510,6 +513,7 @@
|
|||
also be set in <constant>CURLOPT_PROXY</constant>.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -519,7 +523,7 @@
|
|||
<parameter>CURLPROXY_SOCKS5</parameter>.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in CURL 7.10.
|
||||
Added in CURL 7.10 and PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -690,6 +694,7 @@
|
|||
is set, a header containing all supported encoding types is sent.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -820,7 +825,7 @@
|
|||
and <literal>"ENG"</literal>.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in CURL 7.9.3.
|
||||
Added in CURL 7.9.3 and PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -927,7 +932,7 @@
|
|||
responses and not as errors.
|
||||
</entry>
|
||||
<entry>
|
||||
Added in CURL 7.10.3.
|
||||
Added in CURL 7.10.3 and PHP 5.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue