docs: ext-imap isn't supported

This commit is contained in:
Kévin Dunglas 2023-09-28 22:08:48 +02:00
parent 2d91a606fd
commit 7d41aa5243

View File

@ -30,3 +30,11 @@ echo $fiber->start();
echo $fiber->resume();
$fiber->resume();
```
## Unsupported PHP Extensions
The following extensions are known not to be compatible with FrankenPHP:
| Name | Reason | Alternatives |
| ----------------------------------------------------------- | --------------- | -------------------------------------------------------------------------------------------------------------------- |
| [imap](https://www.php.net/manual/en/imap.installation.php) | Not thread-safe | [javanile/php-imap2](https://github.com/javanile/php-imap2), [webklex/php-imap](https://github.com/Webklex/php-imap) |