Fix installing protobuf on PHP 7/8 (#560)

This commit is contained in:
Michele Locati 2022-04-02 17:31:27 +02:00 committed by GitHub
parent 6c843589ae
commit 3714ceb51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
;;