mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 03:00:55 +00:00
79e7ddafb5
As of PHP 8.0.0, curl_init() and curl_multi_init() return an object instead of a resource. Update the tests to pass when the curl init functions return either an object or a resource.