php-multi-curl icon indicating copy to clipboard operation
php-multi-curl copied to clipboard

Not compatible with PHP 8

Open gijo-varghese opened this issue 3 years ago • 5 comments

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

gijo-varghese avatar Mar 16 '21 07:03 gijo-varghese

Same Here !

thevilx avatar May 04 '21 22:05 thevilx

@thevilx I switched to this one: https://gist.github.com/nicklasos/365a251d63d94876179c

Working great for me

gijo-varghese avatar May 05 '21 01:05 gijo-varghese