laracasts-downloader icon indicating copy to clipboard operation
laracasts-downloader copied to clipboard

Retry download after connection fail! PHP Warning: curl_exec(): Cannot call the CURLOPT_PROGRESSFUNCTION in H:\laraca sts-downloader\vendor\guzzlehttp\ringphp\src\Client\CurlHandler.php on line 89

Open morshedAlamAD opened this issue 2 years ago • 8 comments

Does anyone else have the issue..??

morshedAlamAD avatar Apr 07 '22 10:04 morshedAlamAD

What is your PHP version?

mouson avatar Apr 07 '22 10:04 mouson

php 8.1.4

morshedAlamAD avatar Apr 07 '22 15:04 morshedAlamAD

@morshedAlamAD #127

Use PHP >= 7.2 but PHP < 8. It will work.

mouson avatar Apr 08 '22 02:04 mouson

hmm I see let me try.

morshedAlamAD avatar Apr 08 '22 07:04 morshedAlamAD

Can confirm, on PHP 7.4, it works perfectly !

jpmurray avatar Jun 22 '22 11:06 jpmurray

I am new to PHP ecosystem

I have PHP 8 install and later installed v7.4

brew install [email protected]

How do I switch to v7.4 and use it for this?

Aybee5 avatar Aug 18 '22 17:08 Aybee5

How do I switch to v7.4 and use it for this?

Check this article for the commands, and a small bash script to make it easier ! :)

jpmurray avatar Aug 18 '22 19:08 jpmurray

Thank you very much for this, it works

On Thu, 18 Aug 2022, 8:13 pm Jean-Philippe Murray, @.***> wrote:

How do I switch to v7.4 and use it for this?

Check this article https://dev.to/dcblog/switching-between-php-versions-with-homebrew-991 for the commands, and a small bash script to make it easier ! :)

— Reply to this email directly, view it on GitHub https://github.com/carlosflorencio/laracasts-downloader/issues/132#issuecomment-1219852471, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKBGJOFC5J43SYQ5XQHOCE3VZ2DMZANCNFSM5SY3HNTA . You are receiving this because you commented.Message ID: @.***>

Aybee5 avatar Aug 18 '22 19:08 Aybee5

Related to https://github.com/carlosflorencio/laracasts-downloader/issues/119

AmirRezaM75 avatar Jan 01 '23 05:01 AmirRezaM75