Update install-php-extensions

pull/11/head
Anatoly Pashin 2018-12-12 16:25:42 +10:00 committed by GitHub
parent b0bbe79e40
commit 5435422818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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