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:
Jakub Vrana 2013-05-17 18:16:50 +00:00
parent f0d05b38c3
commit 3470df93b3
2 changed files with 14 additions and 0 deletions

View file

@ -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>

View file

@ -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>