Gregwar / Captcha

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

Update CaptchaBuilder.php #115

Closed ay4t closed 1 year ago

ay4t commented 1 year ago

// fix for error Implicit conversion from float 37.5 to int loses precision (tested on PHP 8.2) // add (int) $x, (int) $y \imagettftext($image, $size, $angle, (int) $x, (int) $y + $offset, $col, $font, $symbol);