Gregwar / Captcha

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

PHP Deprecated: Implicit conversion from float, CaptchaBuilder.php on… #101

Closed polakjakub closed 1 year ago

polakjakub commented 2 years ago

… line 365 and 608

wlodekj commented 2 years ago

Hey @Gregwar - any chance to merge this to the main repo? Thanks!

kenjis commented 2 years ago

@Gregwar It would be great if this library works on PHP 8.1.

Gemorroj commented 2 years ago

@Gregwar ping

kevinglier commented 2 years ago

I would also appreciate when this PR would be merged and a new version in composer is available.

But until then, if you don't see a image appearing, you can disable error_reporting before you initialize the CaptchaBuilder:

ini_set('error_reporting', false)

Gregwar commented 1 year ago

Thanks for contributing