我试图在Deepin 15.2上安装PHP(基于debian unstable)。
我有 php 7.0.9-1 + deb.sury.org~precision + 1已安装,但没有额外的扩展名如:
php-curl
php-mysql
php-mbstring
php-mcrypt
还有更多正在加载。是否全部安装但没有加载。
加载的php.ini与:https://github.com/php/php-src/blob/PHP-7.0/php.ini-development execpt大致相同,用于显示错误。
命令php -m
仅加载:
Core
date
filter
hash
libxml
openssl
pcntl
pcre
Reflection
session
SPL
standard
xmlrpc
zlib
我错过了什么吗?