-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support for PHP 8 ? #16
Comments
This Package ist currently not working with PHP8, since PHP8 adds type safety to imap_delete and the BounceMailHandler is set to "strict types" although it passes int's in imap_delete's second argument. As soon as these two calls are refactored, this package could be used with php8: If you don't need to delete messages, you're perfectly fine by setting BounceMailHandler::$testMode to true as a workaround. |
Thanks for the info. It's currently not on my priority, but maybe you can create a pull request for the error and I will check that? ☑ |
This issue should be closed by #17, I guess. Thanks @chriswalg, @siemendev, @voku, and @perk11 for your contributions. |
is bounce-mail-handler running and supported on PHP 8?
The text was updated successfully, but these errors were encountered: