diff --git a/install-php-extensions b/install-php-extensions index 6819e9e0..01f3a823 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2742,6 +2742,9 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=1.33.1 + else + # same as https://github.com/protocolbuffers/protobuf/issues/10619 + installRemoteModule_version=1.53.0 fi fi if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then @@ -3057,7 +3060,7 @@ installRemoteModule() { installRemoteModule_version=3.12.4 else # see https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=3.21.6 + installRemoteModule_version=3.22.1 fi fi ;;