Gregwar / Captcha

PHP Captcha library
MIT License
1.73k stars 290 forks source link

Fatal error in PHP 7.4 : Uncaught Error: Call to undefined function Gregwar\Captcha\imagejpeg() in #78

Open zakir1929 opened 4 years ago

zakir1929 commented 4 years ago

Hello Guys!!!

I see there is an error in php 7.4 version with Call to undefined function Gregwar\Captcha\imagejpeg()

this error is coming up on line number 565 in below file vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php

Can you please see it and fix it !!!

Thanks

Gregwar commented 4 years ago

Hello,

Did you install the php-gd extension?

zakir1929 commented 4 years ago

yes I have it installed already. Thanks for a fast response.

I think the issue seems to be with php 7.4.2 version GD extension when I Installed it from cpanel.

in that version they do not automatically enable the jpeg support.

image

so I think this issue can be closed from your side.

Thanks for a nice library.

soonio commented 3 years ago

when you install php7.4.x, ./configure -enable-gd --with-jpeg ..and so on.. function imagejpeg need '--with-jpeg'