-
-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Doesn't seems to be compatible with PHP 8.0
<?php
require 'vendor/autoload.php';
$downloader = \JMathai\PhpMultiCurl\MultiCurl::getInstance();
$request = $downloader->addUrl('https://example.com');
echo 'Done';will throw error: PHP Fatal error: Uncaught Error: Class "JMathai\PhpMultiCurl\MultiCurlInvalidParameterException" not found in /test-project/vendor/jmathai/php-multi-curl/src/MultiCurl.php:681
Metadata
Metadata
Assignees
Labels
No labels