We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resulted in a segfault
PHP 8.1.9 (cli) (built: Aug 5 2022 11:22:59) (NTS)
ARCH Linux
The text was updated successfully, but these errors were encountered:
Fix phpGH-9309: Segfault when connection is used after imap_close()
166262c
We actually need to check whether `php_imap_object.imap_stream` is `NULL` to detect that the connection has already been closed.
71c22ef
Merge branch 'PHP-8.1'
e885831
* PHP-8.1: Fix GH-9309: Segfault when connection is used after imap_close()
cmb69
Successfully merging a pull request may close this issue.
Description
Resulted in a segfault
PHP Version
PHP 8.1.9 (cli) (built: Aug 5 2022 11:22:59) (NTS)
Operating System
ARCH Linux
The text was updated successfully, but these errors were encountered: