mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-30 04:29:15 +01:00
Fix installing protobuf on PHP 7/8 (#560)
This commit is contained in:
parent
6c843589ae
commit
3714ceb51a
@ -2786,7 +2786,8 @@ installRemoteModule() {
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=3.12.4
|
||||
else
|
||||
installRemoteModule_version=stable
|
||||
# See https://github.com/protocolbuffers/protobuf/issues/9724
|
||||
installRemoteModule_version=3.19.4
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user