From ec9e0129bd310587535e30cff5e6627fb54a2144 Mon Sep 17 00:00:00 2001 From: Ying Date: Wed, 24 Aug 2022 10:05:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20Linux=E4=B8=8B=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5125c16..87cdf97 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ * 安装PHP,版本 >= 7.3 <= 8.1 * 安装PHP扩展fileinfo opcache redis imagemagick exif * 开发环境下关闭禁用PHP函数exec、putenv、proc_open、proc_get_status、pcntl_signal[如果存在] - * Linux环境下,请关闭禁用pcntl_类函数!生产环境可以逐个去除 + * Linux环境下,请关闭禁用shell_exec pcntl_signal pcntl_fork pcntl_wait pcntl_alarm exec函数! ``` 2、Windows环境下启动开发服务 ```