您现在的位置是:首页 > 经验记录>服务器相关>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
随机推荐
- 微信支付关于你只有p12文件时, 我们却需要pem文件怎么办?
- 安装swoole(cgywin环境)及laravel运行
- 自建SSR/SS服务记录
- go怎么build 成不同系统下可执行文件?
- GitHub release文件被墙下载失败问题-转载
- 阿里云 Failed to download metadata for repo ‘AppStream‘(centos8放弃维护)
- CentOS8 yum 报错 404 for http://mirrors.cloud.aliyuncs.com/centos/8/AppStream
- phpstorm好用插件集
- Python3搭建Django框架-转载
- Ubuntu18.04 lnmp nginx1.14 PHP7.2 MySQL5.7 安装 配置