运行环境 nginx 1.19.8 +php5.6
在php5.6里配置 extension=php_sockets.dll去掉前面的;
重启php时报错
[19-Apr-2021 17:43:52] 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
禁用函数pcntl_fork 已删除
但还是报同样的错
|
|