幫助中心
這里有最新的使用文檔和教程
寶塔Linux面板PHP擴展安裝腳本大全
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
- 上一篇:寶塔如何安裝Redis擴展?
- 下一篇:Linux寶塔如何安裝第三方PHP擴展示例