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:
parent
a2854649fa
commit
040be88dae
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue