From 7d41aa52438799e547e7dfe1adcff627a0bc6858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 28 Sep 2023 22:08:48 +0200 Subject: [PATCH] docs: ext-imap isn't supported --- docs/known-issues.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/known-issues.md b/docs/known-issues.md index 0304ed2..282bfd5 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -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) |