From 9f1ce21316f4a32bf224ea328dbb97a5828660c1 Mon Sep 17 00:00:00 2001 From: NewName Date: Wed, 21 Aug 2024 12:52:02 +0800 Subject: [PATCH] Update php.sh --- web/php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/php.sh b/web/php.sh index 71f2098..65408a2 100644 --- a/web/php.sh +++ b/web/php.sh @@ -25,7 +25,7 @@ fi # 更新源列表并安装必要的软件包 sudo apt update -q sudo apt install -yq mariadb-server php8.1 php8.1-mysql php8.1-fpm php8.1-curl php8.1-cgi php8.1-mbstring \ - php8.1-xml php8.1-gd php8.1-xmlrpc php8.1-soap php8.1-intl php8.1-opcache php8.1-zip wget unzip socat curl caddy + php8.1-xml php8.1-gd php8.1-xmlrpc php8.1-soap php8.1-intl php8.1-opcache php8.1-zip unzip socat # 获取 PHP 版本信息 PHP_VERSION=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')