From 4baf5b3ce81a563329c8778c3053d1b23cf18994 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 22 Apr 2022 16:36:33 +0200 Subject: [PATCH] Install latest version of protobuf (#563) --- install-php-extensions | 3 --- 1 file changed, 3 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index 69ccb06..f75a9cd 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2814,9 +2814,6 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=3.12.4 - else - # See https://github.com/protocolbuffers/protobuf/issues/9724 - installRemoteModule_version=3.19.4 fi fi ;;