1、安装ionCube
- wget http://125.88.182.172:5880/ext/ioncube.sh && sh ioncube.sh
复制代码
2、安装Memcached 已修正对php7的支持
- wget http://125.88.182.172:5880/ext/memcached.sh && sh memcached.sh
复制代码
3、安装Memcache 已修正对php7的支持
- wget http://125.88.182.172:5880/ext/memcache.sh && sh memcache.sh
复制代码
4、安装Opcache
- wget http://125.88.182.172:5880/ext/opcache.sh && sh opcache.sh
复制代码
5、安装Xcache
- wget http://125.88.182.172:5880/ext/xcache.sh && sh xcache.sh
复制代码
6、安装APC(仅支持php5.3/5.4)
- wget http://125.88.182.172:5880/ext/apc.sh && sh apc.sh
复制代码
7、安装ImageMagick
- wget http://125.88.182.172:5880/ext/imagemagick.sh && sh imagemagick.sh
复制代码
8、安装fileinfo
- wget http://125.88.182.172:5880/ext/fileinfo.sh && sh fileinfo.sh
复制代码
9、安装Redis
- wget http://125.88.182.172:5880/ext/redis.sh && sh redis.sh
复制代码
|
|