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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue