系统:CentOS Linux 7.4.1708 (Core)面板:宝塔linux 6.9.8
安装了php5.6和php7.1两个版本,在软件商城里设置php重启的时候提示php启动警告,如下:
- 警告消息:
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_curl.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_curl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_gd2.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_gd2.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_mbstring.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_mysql.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_mysql.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_mysqli.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_mysqli.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_mcrypt.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_mcrypt.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_openssl.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_openssl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_pdo_mysql.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_pdo_mysql.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_sockets.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_sockets.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_xmlrpc.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_xmlrpc.dll: cannot open shared object file: No such file or directory in Unknown on line 0
- [08-Aug-2019 11:11:50] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_zip.dll' - /www/server/php/56/lib/php/extensions/no-debug-non-zts-20131226/php_zip.dll: cannot open shared object file: No such file or directory in Unknown on line 0
复制代码 请问是怎么回事,要怎么处理?
|
|