【发布时间】:2014-01-17 00:48:05
【问题描述】:
我正在运行OS X Lion,我的一些代码使用了_() 的gettext 别名,但我收到此错误
Fatal error: Call to undefined function _()
这是我的环境
PHP 5.3.6 with Suhosin-Patch (cli) (built: Jun 25 2011 10:41:21)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
with Xdebug v2.1.1, Copyright (c) 2002-2011, by Derick Rethans
我尝试使用 php 选项 suhosin.simulation = On 但这并没有改变任何东西,所以它似乎不是 Suhosin-Patch。
【问题讨论】:
-
运行
php --ri gettext时会发生什么? -
Extension 'gettext' not present.呵呵!现在安装gettext。