Description:
This issue is to officially track and implement support for PHP 8.4 across the php-imap2 library.
With PHP 8.4 introducing several changes (deprecations, strictness improvements, internal API adjustments), it's crucial to make sure php-imap2 stays compatible and stable moving forward.
Checklist:
Context:
- PHP 8.4 RFCs Overview
- Focus on:
- Potential changes to
imap_* functions under PHP 8.4
- Stricter type handling in class constructors and method parameters
- New warnings or deprecations that could affect this library
Note:
If youβre already running PHP 8.4 and encounter any issues, please comment below with:
- PHP version output (
php -v)
- Failing method / class
- Relevant error message or stack trace
Letβs keep this library future-proof and blazing fast! πππ
Description:
This issue is to officially track and implement support for PHP 8.4 across the
php-imap2library.With PHP 8.4 introducing several changes (deprecations, strictness improvements, internal API adjustments), it's crucial to make sure
php-imap2stays compatible and stable moving forward.Checklist:
composer.jsonto allowphp: ^8.4v2.x.xorv3.0.0depending on BC impact)Context:
imap_*functions under PHP 8.4Note:
If youβre already running PHP 8.4 and encounter any issues, please comment below with:
php -v)Letβs keep this library future-proof and blazing fast! πππ