1
0
Fork 0

feat: change sg version to sg16 (#3956)

This commit is contained in:
CityFun 2025-05-20 11:49:16 +08:00 committed by GitHub
parent 400b2bfeb2
commit 5f7e97e433
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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