PHP 需要什么才能与 gettext 配合使用?

发布于 2024-08-14 10:07:30 字数 352 浏览 4 评论 0原文

我有一个带有 PHP 的 Linux 服务器。我在 PHPINFO 输出中没有看到 gettext,因此我假设 gettext 未启用或包含在 PHP 中。我已在计算机上安装了 gettext 库。
我还需要执行哪些其他步骤才能在 PHP 中启用 gettext

我阅读了 php.net 文档,那里唯一的条目写了关于使用 gettext.这是唯一的方法,还是还有其他更简单的方法?

I have a linux server with PHP. I do not see gettext in the PHPINFO output, so I assume gettext is not enabled or included in the PHP. I have installed the gettext lib on the machine.
What other steps do I need to do to enable gettext in my PHP?

I read the php.net documentation, the only entry there writes about building PHP with gettext. Is this the only way, or is there another simpler way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不一样的天空 2024-08-21 10:07:31

您的 Linux 发行版可能有一个预编译的软件包(Redhat 及其衍生产品上的 RPM 或 Debian 及其衍生产品上的 DEB)。通常,您需要安装该软件包,并且如果您使用 mod_php(而不是在 CGI 模式下运行它),则必须重新启动 apache

Your linux distrubution likely has a pre-compiled package for it (RPM on Redhat and derivative or DEB on Debian and its derivatives). Typically you'll need to install the package and you'll have to restart apache if you're using mod_php (as opposed to running it in CGI mode)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文