mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
Fix installing protobuf on PHP 7/8 (#560)
This commit is contained in:
parent
6c843589ae
commit
3714ceb51a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue