From 44353509661c2f821819e9af5f193c5e8e1cdd76 Mon Sep 17 00:00:00 2001 From: Starfox64 <1530720+Starfox64@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:16:23 +0200 Subject: [PATCH] docs: Document gettext incompatibility --- docs/known-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/known-issues.md b/docs/known-issues.md index da2269037..32f6f1032 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -8,6 +8,7 @@ The following extensions are known not to be compatible with FrankenPHP: | ----------------------------------------------------------------------------------------------------------- | --------------- | -------------------------------------------------------------------------------------------------------------------- | | [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) | | [newrelic](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/introduction-new-relic-php/) | Not thread-safe | - | +| [gettext](https://www.php.net/manual/en/gettext.installation.php) | Not thread-safe | [gettext/gettext](https://github.com/php-gettext/Gettext) | ## Buggy PHP Extensions