From 02f2cbc9e41ee6c2ae2a887e94802955bf1c35dd Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 13 Mar 2021 19:39:05 +0100 Subject: [PATCH] Install the latest protobuf version on PHP 7.0+ Test: protobuf --- install-php-extensions | 2 -- 1 file changed, 2 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index c63bd93..7f92763 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1845,8 +1845,6 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -lt 700; then installRemoteModule_version=3.12.4 - else - installRemoteModule_version=3.13.0 fi fi ;;