mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Update install-php-extensions
This commit is contained in:
parent
b0bbe79e40
commit
5435422818
1 changed files with 3 additions and 0 deletions
|
@ -475,6 +475,9 @@ installPECLModule () {
|
|||
elif test $1 -lt 700
|
||||
then
|
||||
installPECLModule_actual="${2}-2.5.5"
|
||||
elif test $1 -ge 703
|
||||
then
|
||||
installPECLModule_actual="${2}-beta"
|
||||
fi
|
||||
;;
|
||||
yaml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue