您现在的位置是:首页 > 经验记录>服务器相关>ubuntu16环境下,PHP7.0所有扩展简易安装 网站首页 服务器相关
ubuntu16环境下,PHP7.0所有扩展简易安装
Ubuntu16,PHP7.0安装扩展表
一、以下可一次安装
sudo apt-get install php7.0-bcmath
sudo apt-get install php7.0-bz2
sudo apt-get install php7.0-calendar
sudo apt-get install php7.0-ctype
sudo apt-get install php7.0-curl
sudo apt-get install php7.0-dom
sudo apt-get install php7.0-enchant
sudo apt-get install php7.0-exif
sudo apt-get install php7.0-fileinfo
sudo apt-get install php7.0-ftp
sudo apt-get install php7.0-gd
sudo apt-get install php7.0-gettext
sudo apt-get install php7.0-gmp
sudo apt-get install php7.0-iconv
sudo apt-get install php7.0-intl
sudo apt-get install php7.0-json
sudo apt-get install php7.0-ldap
sudo apt-get install php7.0-mbstring
sudo apt-get install php7.0-mysqli
sudo apt-get install php7.0-mysqlnd
sudo apt-get install php7.0-opcache
sudo apt-get install php7.0-pdo
sudo apt-get install php7.0-phar
sudo apt-get install php7.0-posix
sudo apt-get install php7.0-pspell
sudo apt-get install php7.0-readline
sudo apt-get install php7.0-shmop
sudo apt-get install php7.0-simplexml
sudo apt-get install php7.0-snmp
sudo apt-get install php7.0-soap
sudo apt-get install php7.0-sockets
sudo apt-get install php7.0-sqlite3
sudo apt-get install php7.0-sysvmsg
sudo apt-get install php7.0-sysvsem
sudo apt-get install php7.0-sysvshm
sudo apt-get install php7.0-wddx
sudo apt-get install php7.0-xml
sudo apt-get install php7.0-xsl
二、以下需要选择Y继续安装
sudo apt-get install php7.0-recode
sudo apt-get install php7.0-dba
sudo apt-get install php7.0-imap
sudo apt-get install php7.0-interbase
sudo apt-get install php7.0-odbc
sudo apt-get install php7.0-pgsql
sudo apt-get install php7.0-tidy
sudo apt-get install php7.0-zip
三、以下目前安装失败
xmlreader
xmlrpc
xmlwriter
pdo_dblib
pdo_firebird
pdo_mysql
pdo_oci
pdo_odbc
pdo_pgsql
pdo_sqlite
com_dotnet
date
filter
hash
libxml
mcrypt
oci8
openssl
pcntl
pcre
reflection
session
skeleton
spl
standard
vtokenizer
zlib
随机推荐
- Laravel自带SMTP邮件组件实现发送邮件(QQ、163、企业邮箱都可)
- Laravel 使用 laravel-snappy 包 实现 HTML 转 PDF 和 PNG
- Js操作Select大全(取值、设置选中等等)
- Mysql检查链接数,状态,最大链接数等
- 使用Golang写一个站点的sitemap生成工具,可命令指定站点url,输出地址,并发数等
- 阿里云 Failed to download metadata for repo ‘AppStream‘(centos8放弃维护)
- 简体程序(源代码)转为繁体工具:ConvertZ使用教程(图文)
- CentOS8 yum 报错 404 for http://mirrors.cloud.aliyuncs.com/centos/8/AppStream
- git打标签及推送标签相关操作
- go-colly 使用文档【翻译】






