mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
YACC (Yet Another Curl Constant)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236153 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f7ee44cb6a
commit
7a29bfb458
2 changed files with 25 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<appendix id="migration52">
|
||||
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
|
||||
|
||||
|
@ -1586,6 +1586,14 @@ $obj->getCommentName('');
|
|||
<constant>CURLOPT_FTPSSLAUTH</constant>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>CURLOPT_TCP_NODELAY</constant>
|
||||
</simpara>
|
||||
<simpara>
|
||||
Added in PHP 5.2.1.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><link linkend="ref.gmp">GMP</link>:</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="curl.constants">
|
||||
<refnamediv>
|
||||
<refname>Constants</refname>
|
||||
|
@ -475,6 +475,21 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>CURLOPT_TCP_NODELAY</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.2.1
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
|
|
Loading…
Reference in a new issue