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

pull/562/head 1.5.7
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
1 changed files with 2 additions and 1 deletions

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