PHP 需要什么才能与 gettext 配合使用?
我有一个带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要求:http://www.php.net/manual/en/gettext。 requirements.php
安装: http://www.php.net /manual/en/gettext.installation.php
Requirements: http://www.php.net/manual/en/gettext.requirements.php
Installation: http://www.php.net/manual/en/gettext.installation.php
您的 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)