Install the latest protobuf version on PHP 7.0+

Test: protobuf
pull/320/head
Michele Locati 2021-03-13 19:39:05 +01:00
parent 2f874e6fec
commit 02f2cbc9e4
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 0 additions and 2 deletions

View File

@ -1845,8 +1845,6 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -lt 700; then if test $PHP_MAJMIN_VERSION -lt 700; then
installRemoteModule_version=3.12.4 installRemoteModule_version=3.12.4
else
installRemoteModule_version=3.13.0
fi fi
fi fi
;; ;;