-
Notifications
You must be signed in to change notification settings - Fork 81
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
php8.1 Implicit conversion from float 62.5 to int loses precision #65
Comments
`<?php namespace think\captcha; use Exception; class Captcha
} |
这个问题还没解决吗???我测试怎么8.1还是不行 |
我8.2也不行 |
8.2 目前还是不行。 |
#0 [8192]ErrorException in Captcha.php line 181
$this->im = imagecreate($this->imageW, $this->imageH); 报错
The text was updated successfully, but these errors were encountered: