mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Remove CURLOPT_CLOSEPOLICY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332896 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
047074009c
commit
a2590b092c
2 changed files with 20 additions and 11 deletions
|
@ -833,7 +833,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Removed in PHP 5.6.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1273,7 +1273,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Removed in PHP 5.6.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1284,7 +1284,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Removed in PHP 5.6.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1295,7 +1295,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Removed in PHP 5.6.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1306,7 +1306,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Removed in PHP 5.6.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1317,7 +1317,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Removed in PHP 5.6.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -439,13 +439,16 @@
|
|||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_CLOSEPOLICY</constant></entry>
|
||||
<entry valign="top">
|
||||
Either
|
||||
<parameter>CURLCLOSEPOLICY_LEAST_RECENTLY_USED</parameter> or
|
||||
<parameter>CURLCLOSEPOLICY_OLDEST</parameter>.
|
||||
There are three other <literal>CURLCLOSEPOLICY_</literal>
|
||||
constants, but cURL does not support them yet.
|
||||
One of the <constant>CURLCLOSEPOLICY_*</constant> values.
|
||||
<note>
|
||||
<para>
|
||||
This option is deprecated, as it was never implemented in cURL and
|
||||
never had any effect.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Removed in PHP 5.6.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -1423,6 +1426,12 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.6.0</entry>
|
||||
<entry>
|
||||
Removed <constant>CURLOPT_CLOSEPOLICY</constant> and associated values.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.5.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue