Merge pull request #142 from mlocati/yaml-php7.0

Use YAML version 2.0.4 for PHP 7.0
pull/144/head
Michele Locati 2020-04-25 14:39:13 +02:00 committed by GitHub
commit 41591ccf8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1285,6 +1285,8 @@ installPECLModule() {
yaml) yaml)
if test $1 -lt 700; then if test $1 -lt 700; then
installPECLModule_actual="$2-1.3.1" installPECLModule_actual="$2-1.3.1"
elif test $1 -lt 701; then
installPECLModule_actual="$2-2.0.4"
fi fi
;; ;;
esac esac