From 72b042ed98b9fea55c4ab449b8b710f4010493da Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 9 Apr 2023 20:52:13 +0800 Subject: [PATCH] remove swoole for v3.sh --- ext/v3.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/v3.sh b/ext/v3.sh index 6bcc63af..c2a3e697 100755 --- a/ext/v3.sh +++ b/ext/v3.sh @@ -125,9 +125,6 @@ function darwin_env_check() { if type php >/dev/null 2>&1; then php_executable=$(which php) echo "位置:$php_executable" - if [ "$($php_executable -m | grep swoole)" = "" ]; then - echo "$(nhead red) PHP 不存在 swoole 扩展,可能无法正常使用 Swoole 框架!" && return 1 - fi else echo "不存在" if type brew >/dev/null 2>&1; then