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
Hi, I'd like to report the following error running under PHP 8.0.28: (xxx represents removed values)
PHP Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, null given in /xxx/php-imap2/javanile/php-imap2/src/Roundcube/ImapClient.php:442 Stack trace: #0 /xxx/php-imap2/javanile/php-imap2/src/Roundcube/ImapClient.php(442): fclose(NULL) #1 /xxx/php-imap2/javanile/php-imap2/src/Roundcube/ImapClient.php(1183): Javanile\Imap2\Roundcube\ImapClient->closeSocket() #2 /xxx/php-imap2/javanile/php-imap2/src/Roundcube/ImapClient.php(1017): Javanile\Imap2\Roundcube\ImapClient->closeConnection() #3 /xxx/php-imap2/javanile/php-imap2/src/Connection.php(133): Javanile\Imap2\Roundcube\ImapClient->connect('outlook.office3...', 'xxx', 'xxx', Array) #4 /xxx/php-imap2/javanile/php-imap2/src/Connection.php(76): Javanile\Imap2\Connection->connect() #5 /xxx/php-imap2/javanile/php-imap2/bootstrap.php(250): Javanile\Imap2\Connection::open('{outlook.office...', 'xxx', 'xxx', 512, 1, Array)
When is next release of php-imap2 expected?
The text was updated successfully, but these errors were encountered:
Still there, no pull requests are handling, no response from author.
sorry but im out. Package will removed from my source list.
Sorry, something went wrong.
Same I moved to weblex php imap https://github.com/wdes/mails.wdes.eu/blob/main/tests/php/tests/SendAndReceiveTest.php
No branches or pull requests
Hi, I'd like to report the following error running under PHP 8.0.28: (xxx represents removed values)
PHP Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, null given in /xxx/php-imap2/javanile/php-imap2/src/Roundcube/ImapClient.php:442
Stack trace:
#0 /xxx/php-imap2/javanile/php-imap2/src/Roundcube/ImapClient.php(442): fclose(NULL)
#1 /xxx/php-imap2/javanile/php-imap2/src/Roundcube/ImapClient.php(1183): Javanile\Imap2\Roundcube\ImapClient->closeSocket()
#2 /xxx/php-imap2/javanile/php-imap2/src/Roundcube/ImapClient.php(1017): Javanile\Imap2\Roundcube\ImapClient->closeConnection()
#3 /xxx/php-imap2/javanile/php-imap2/src/Connection.php(133): Javanile\Imap2\Roundcube\ImapClient->connect('outlook.office3...', 'xxx', 'xxx', Array)
#4 /xxx/php-imap2/javanile/php-imap2/src/Connection.php(76): Javanile\Imap2\Connection->connect()
#5 /xxx/php-imap2/javanile/php-imap2/bootstrap.php(250): Javanile\Imap2\Connection::open('{outlook.office...', 'xxx', 'xxx', 512, 1, Array)
When is next release of php-imap2 expected?
The text was updated successfully, but these errors were encountered: