1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Use YAML version 2.0.4 for PHP 7.0

Test: yaml
This commit is contained in:
Michele Locati 2020-04-25 14:28:44 +02:00
parent 8c843af12f
commit 0fef060c56
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

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