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

Fix installing protobuf on PHP 8.x (#547)

Test: protobuf
This commit is contained in:
Michele Locati 2022-03-28 14:49:56 +02:00 committed by GitHub
parent 9f2bd2e20d
commit 7b1aec3ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2729,6 +2729,8 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=3.12.4 installRemoteModule_version=3.12.4
else
installRemoteModule_version=stable
fi fi
fi fi
;; ;;