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

Hardcode last protobuf version (#636)

See https://github.com/protocolbuffers/protobuf/issues/10619
This commit is contained in:
Michele Locati 2022-09-26 16:19:05 +02:00 committed by GitHub
parent 8a5b7e62e6
commit 7d1ca9fd6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2957,6 +2957,9 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=3.12.4
else
# see https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.21.6
fi
fi
;;