From 5f7e97e4330d52641162bbc2fb04564c5c7be30f Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 20 May 2025 11:49:16 +0800 Subject: [PATCH] feat: change sg version to sg16 (#3956) --- php/7/build/data/install-ext | 2 +- php/7/data.yml | 4 ++-- php/8/build/data/install-ext | 2 +- php/8/data.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/php/7/build/data/install-ext b/php/7/build/data/install-ext index 6f475f9e7..128b3eaa6 100644 --- a/php/7/build/data/install-ext +++ b/php/7/build/data/install-ext @@ -229,7 +229,7 @@ install_extension() { install_php_extensions pgsql elif [ "$extension" = "curl" ]; then install_php_extensions curl - elif [ "$extension" = "sg11" ]; then + elif [ "$extension" = "sg16" ]; then install_php_extensions sourceguardian "SourceGuardian" elif [ "$extension" = "snmp" ]; then install_php_extensions snmp diff --git a/php/7/data.yml b/php/7/data.yml index 14972058c..0b47a574e 100755 --- a/php/7/data.yml +++ b/php/7/data.yml @@ -63,8 +63,8 @@ additionalProperties: value: ionCube - label: curl value: curl - - label: sg11 - value: sg11 + - label: sg16 + value: sg16 - label: imagick value: imagick envKey: PHP_EXTENSIONS diff --git a/php/8/build/data/install-ext b/php/8/build/data/install-ext index e24bd2794..61112d1fe 100644 --- a/php/8/build/data/install-ext +++ b/php/8/build/data/install-ext @@ -229,7 +229,7 @@ install_extension() { install_php_extensions pgsql elif [ "$extension" = "curl" ]; then install_php_extensions curl - elif [ "$extension" = "sg11" ]; then + elif [ "$extension" = "sg16" ]; then install_php_extensions sourceguardian "SourceGuardian" elif [ "$extension" = "snmp" ]; then install_php_extensions snmp diff --git a/php/8/data.yml b/php/8/data.yml index 78b7b4f5f..d104262d9 100755 --- a/php/8/data.yml +++ b/php/8/data.yml @@ -63,8 +63,8 @@ additionalProperties: value: ionCube - label: curl value: curl - - label: sg11 - value: sg11 + - label: sg16 + value: sg16 - label: imagick value: imagick envKey: PHP_EXTENSIONS