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

Support for PHP 8 ? #16

Open
chriswalg opened this issue Apr 10, 2021 · 3 comments
Open

Support for PHP 8 ? #16

chriswalg opened this issue Apr 10, 2021 · 3 comments

Comments

@chriswalg
Copy link

is bounce-mail-handler running and supported on PHP 8?

@siemendev
Copy link

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:
\BounceMailHandler::879
\BounceMailHandler::920

If you don't need to delete messages, you're perfectly fine by setting BounceMailHandler::$testMode to true as a workaround.

@voku
Copy link
Owner

voku commented Nov 5, 2021

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? ☑

@Tchiller
Copy link

This issue should be closed by #17, I guess.

Thanks @chriswalg, @siemendev, @voku, and @perk11 for your contributions.

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

No branches or pull requests

4 participants