Linux下安装php的gettext扩展

字体大小: 中小 标准 ->行高大小: 标准

此次安装是动态安装php的gettext扩展模块 在php的源文件中,进入ext/gettext

cd ext/gettext

/usr/local/php/bin/phpize

./configur –with-php-config=/usr/local/php/bin/php-config

make && make install 重起apache

apachectl stop

apachectl start

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/58186.html