mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document and deprecate cURL wrappers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330269 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f0d05b38c3
commit
3470df93b3
2 changed files with 14 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
<filename>libcurl.a</filename> located in the <filename>lib</filename> directory. Beginning
|
||||
with PHP 4.3.0 you can configure PHP to use cURL for URL streams
|
||||
<option role="configure">--with-curlwrappers</option>.
|
||||
This feature was moved to PECL as of PHP 5.5.0.
|
||||
</para>
|
||||
<note>
|
||||
<title>Note to Win32 Users</title>
|
||||
|
|
|
@ -3186,6 +3186,19 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curl-wrappers-enabled">
|
||||
<term>
|
||||
<constant>CURL_WRAPPERS_ENABLED</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Defined if PHP was configured with
|
||||
<option role="configure">--with-curlwrappers</option>.
|
||||
Moved to PECL in PHP 5.5.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in a new issue