Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ 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) |

## Doctrine issue
Comment thread
vasilvestre marked this conversation as resolved.
Outdated

Running Symfony with a long-running runtime that leaves worker threads alive, such as swoole, roadrunner and frankenphp regularly leads to exceptions being thrown when fetching many entities (~100) with doctrine, every few requests. The worker restart itself when these exceptions are thrown.
Comment thread
vasilvestre marked this conversation as resolved.
Outdated
Comment thread
vasilvestre marked this conversation as resolved.
Outdated
[This issue is discussed here](https://github.com/symfony/symfony/issues/51661).
Comment thread
vasilvestre marked this conversation as resolved.
Outdated