mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
There are no curl resources as of PHP 8.0.0
This commit is contained in:
parent
6f845b90b4
commit
b08895614b
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
|||
<section xml:id="curl.resources">
|
||||
&reftitle.resources;
|
||||
<para>
|
||||
This extension defines three resource types: a cURL handle, a cURL multi
|
||||
handle, and a cURL share handle.
|
||||
Prior to PHP 8.0.0, this extension defined three resource types: a <literal>curl</literal> handle, a <literal>curl_multi</literal>
|
||||
handle, and a <literal>curl_share</literal> handle.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue