Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix generating captcha in PHP 8.1 #6256

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Conversation

Khuthaily
Copy link
Contributor

addresses a PHP 8.1 (and above) deprecation issue that results in losing precision because of float instead of int when creating a captcha

addresses a PHP 8.1 (and above) deprecation issue that results in losing precision because of `float` instead of `int` when creating a captcha
mckaygerhard added a commit to venenux/codeigniterpower that referenced this pull request Feb 6, 2024
@gxgpet gxgpet merged commit 70d0a0e into bcit-ci:develop Feb 10, 2024
0 of 75 checks passed
mckaygerhard added a commit to codeigniterpower/codeigniterpower that referenced this pull request Feb 27, 2024
* allows php8 working too alongside php7/php5
* Fixed bcit-ci/CodeIgniter#6256
* backported from 0175908
proclame added a commit to fbc-sis/CodeIgniter3 that referenced this pull request Apr 17, 2024
fix generating captcha in PHP 8.1
proclame added a commit to fbc-sis/CodeIgniter3 that referenced this pull request May 22, 2024
fix generating captcha in PHP 8.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants