CodeIgniter icon indicating copy to clipboard operation
CodeIgniter copied to clipboard

fix creating captcha in PHP 8

Open Khuthaily opened this issue 2 years ago • 0 comments

imageline() in PHP 8 has been updated: https://www.php.net/manual/en/function.imageline.php. This fix solves the implicit conversion from float ... to int loses precision error when creating a captcha.

Khuthaily avatar Aug 11 '22 23:08 Khuthaily