Gregwar / Captcha

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

warning in php8.1 #107

Open nirvana72 opened 2 years ago

nirvana72 commented 2 years ago

Deprecated: Implicit conversion from float 42.5 to int loses precision in /workspace/wali-crm/api/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

skycyclone commented 1 year ago

line 365: \imagettftext($image, $size, $angle, intval($x), intval($y + $offset), $col, $font, $symbol); line 608: $value = mt_rand((int)$min, (int)$max);