From 3caa19ef4139bc4fbd8470b3628ca3bd2bcab051 Mon Sep 17 00:00:00 2001 From: enoch Date: Tue, 5 May 2026 20:32:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20rhelphp.bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rhelphp.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhelphp.bash b/rhelphp.bash index 8210a16..d877983 100644 --- a/rhelphp.bash +++ b/rhelphp.bash @@ -124,7 +124,7 @@ if ! $PHP_BIN -v | grep -q "PHP 8."; then fi # 检查是否已安装 opcache 扩展 -if ! $PHP_BIN -m | grep -q "opcache"; then +if ! $PHP_BIN -m | grep -q "OPcache"; then echo "opcache 扩展未安装,无法启用 JIT" exit 1 fi