Update install-php-extensions
parent
b0bbe79e40
commit
5435422818
|
@ -475,6 +475,9 @@ installPECLModule () {
|
||||||
elif test $1 -lt 700
|
elif test $1 -lt 700
|
||||||
then
|
then
|
||||||
installPECLModule_actual="${2}-2.5.5"
|
installPECLModule_actual="${2}-2.5.5"
|
||||||
|
elif test $1 -ge 703
|
||||||
|
then
|
||||||
|
installPECLModule_actual="${2}-beta"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
yaml)
|
yaml)
|
||||||
|
|
Loading…
Reference in New Issue