我在我的服务器上安装了PHP7.2,除了以下三个问题外,一切正常:
我面临这些问题:
dom
未加载。请与服务器联系
管理员或访问
http://php.net/manual/en/dom.installation.php
未加载PHP扩展mbstring。请与服务器联系
管理员或访问
http://php.net/manual/en/mbstring.installation.php
用于安装。
http://php.net/manual/en/simplexml.installation.php
现在我打字的时候
php -m
,
[root@localhost php.d]# php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
ldap
libxml
mcrypt
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
readline
Reflection
session
sockets
SPL
sqlite3
standard
tokenizer
zlib
[Zend Modules]
[root@localhost php.d]#
它显示没有任何
mbstring
,
多姆
simplexml
模块。
我已经尝试了所有我能在谷歌上找到的东西,但我似乎无法安装这三个模块。
php -v
返回以下内容:
PHP 7.2.7 (cli) (built: Jun 20 2018 08:21:26) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
发生了什么?