我运行了命令php -I,我收到了以下警告:
Warning: PHP Startup: ▒=!: Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
如您所见,它没有给我模块名称,我该如何发现模块名称?
已安装模块
-bash-3.2$ php -m
Warning: PHP Startup: ▒=!: Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
[PHP Modules]
ctype
curl
date
dom
filter
gd
hash
iconv
json
ldap
libxml
mcrypt
mhash
mysql
oci8
openssl
pcre
PDO
pdo_sqlite
posix
Reflection
session
SimpleXML
sockets
SPL
SQLite
standard
tokenizer
xml
xmlreader
xmlwriter
zlib
[Zend Modules]
正如您在运行php -m时所看到的那样,我再次收到错误,但没有了解它可能是什么模块。