您现在的位置是:首页 > 经验记录>服务器相关>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
随机推荐
- windows phpStudy ThinkPHP 5.1 Workerman 快速上手指南
- Centos 安装中文字体
- uniapp安卓打包使用及获取签名方法,自生成证书
- 阿里云 Failed to download metadata for repo ‘AppStream‘(centos8放弃维护)
- [转载]MySQL根据某一个或者多个字段查找重复数据的sql语句
- 为什么Chrome浏览器特爱吃内存
- 在阿里云ECS服务器Ubuntu16.04LTS上部署apache2+php+mysql环境
- Laravel路由笔记,参数包含斜杠"/"如何处理?非必须参数如何定义?
- Laravel 使用 laravel-snappy 包 实现 HTML 转 PDF 和 PNG
- 自己的服务器(本地物理或者云服务器),可以搭建哪些方便自己使用、有意思的服务呢?