You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure this is still being maintained, but after I upgraded my PHP version to 8.1 I am seeing this error message.
PHP Deprecated: Implicit conversion from float 42.5 to int loses precision in CaptchaBuilder.php on line 365
PHP Deprecated: Implicit conversion from float 3.3333333333333335 to int loses precision in CaptchaBuilder.php on line 608
Not sure this is still being maintained, but after I upgraded my PHP version to 8.1 I am seeing this error message.
PHP Deprecated: Implicit conversion from float 42.5 to int loses precision in CaptchaBuilder.php on line 365
PHP Deprecated: Implicit conversion from float 3.3333333333333335 to int loses precision in CaptchaBuilder.php on line 608
Seems to be related to:
https://php.watch/versions/8.1/deprecate-implicit-conversion-incompatible-float-string
The text was updated successfully, but these errors were encountered: