feat: change sg version to sg16 (#3956)
This commit is contained in:
parent
400b2bfeb2
commit
5f7e97e433
|
|
@ -229,7 +229,7 @@ install_extension() {
|
||||||
install_php_extensions pgsql
|
install_php_extensions pgsql
|
||||||
elif [ "$extension" = "curl" ]; then
|
elif [ "$extension" = "curl" ]; then
|
||||||
install_php_extensions curl
|
install_php_extensions curl
|
||||||
elif [ "$extension" = "sg11" ]; then
|
elif [ "$extension" = "sg16" ]; then
|
||||||
install_php_extensions sourceguardian "SourceGuardian"
|
install_php_extensions sourceguardian "SourceGuardian"
|
||||||
elif [ "$extension" = "snmp" ]; then
|
elif [ "$extension" = "snmp" ]; then
|
||||||
install_php_extensions snmp
|
install_php_extensions snmp
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,8 @@ additionalProperties:
|
||||||
value: ionCube
|
value: ionCube
|
||||||
- label: curl
|
- label: curl
|
||||||
value: curl
|
value: curl
|
||||||
- label: sg11
|
- label: sg16
|
||||||
value: sg11
|
value: sg16
|
||||||
- label: imagick
|
- label: imagick
|
||||||
value: imagick
|
value: imagick
|
||||||
envKey: PHP_EXTENSIONS
|
envKey: PHP_EXTENSIONS
|
||||||
|
|
|
||||||
|
|
@ -229,7 +229,7 @@ install_extension() {
|
||||||
install_php_extensions pgsql
|
install_php_extensions pgsql
|
||||||
elif [ "$extension" = "curl" ]; then
|
elif [ "$extension" = "curl" ]; then
|
||||||
install_php_extensions curl
|
install_php_extensions curl
|
||||||
elif [ "$extension" = "sg11" ]; then
|
elif [ "$extension" = "sg16" ]; then
|
||||||
install_php_extensions sourceguardian "SourceGuardian"
|
install_php_extensions sourceguardian "SourceGuardian"
|
||||||
elif [ "$extension" = "snmp" ]; then
|
elif [ "$extension" = "snmp" ]; then
|
||||||
install_php_extensions snmp
|
install_php_extensions snmp
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,8 @@ additionalProperties:
|
||||||
value: ionCube
|
value: ionCube
|
||||||
- label: curl
|
- label: curl
|
||||||
value: curl
|
value: curl
|
||||||
- label: sg11
|
- label: sg16
|
||||||
value: sg11
|
value: sg16
|
||||||
- label: imagick
|
- label: imagick
|
||||||
value: imagick
|
value: imagick
|
||||||
envKey: PHP_EXTENSIONS
|
envKey: PHP_EXTENSIONS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue