安装LNMP提示 proc_open错误
安装LNMP提示 proc_open错误
在lnmp环境下安装Laravel提示错误
1
The Process class relies on proc_open, which is not available on your PHP installation.
到 /usr/local/php/etc/php.ini 寻找 disable_functions 字段 然后删除 scandir 字段即可
在lnmp环境下安装Laravel提示错误
1
The Process class relies on proc_open, which is not available on your PHP installation.
到 /usr/local/php/etc/php.ini 寻找 disable_functions 字段 然后删除 scandir 字段即可
Comments