linux 环境下如何安装eAccelerator扩展
有试过wget -O ext.sh http://125.88.182.172:5880/ext/ext.sh && sh ext.sh 一键安装但是没有eAccelerator模块。PHP5.6版
不知道是不是版本过高 切换到5.5依然没用不知道怎样安装 wget http://103.224.251.79:5671/src/eaccelerator-0.9.6.1.tar.gz
tar -zxf eaccelerator-0.9.6.1.tar.gz
cd eaccelerator-eaccelerator-42067ac/
/www/server/php/54/bin/phpize
./configure -enable-eaccelerator=shared --with-php-config=/www/server/php/54/bin/php-config
make && make install
其中54是你要安装的php版本 如果是5.3即53
剩下的可参考这里配置
http://www.osyunwei.com/archives/5274.html hitrun 发表于 2017-2-27 17:42
wget http://103.224.251.79:5671/src/eaccelerator-0.9.6.1.tar.gz
tar -zxf eaccelerator-0.9.6.1.tar.g ...
谢谢 已经弄好了
页:
[1]