There are no curl resources as of PHP 8.0.0

This commit is contained in:
Christoph M. Becker 2022-06-14 14:57:14 +02:00
parent 6f845b90b4
commit b08895614b
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

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