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

Fix installing protobuf on PHP 8.0 (#899)

This commit is contained in:
Michele Locati 2024-03-15 17:17:38 +01:00 committed by GitHub
parent a2854649fa
commit 040be88dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3372,6 +3372,8 @@ installRemoteModule() {
installRemoteModule_version=3.12.4
elif test $PHP_MAJMIN_VERSION -lt 800; then
installRemoteModule_version=3.24.4
elif test $PHP_MAJMIN_VERSION -lt 801; then
installRemoteModule_version=3.25.3
fi
fi
;;