Fix installing protobuf on PHP 8.0 (#899)

pull/900/head 2.2.3
Michele Locati 2024-03-15 17:17:38 +01:00 committed by GitHub
parent a2854649fa
commit 040be88dae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3372,6 +3372,8 @@ installRemoteModule() {
installRemoteModule_version=3.12.4 installRemoteModule_version=3.12.4
elif test $PHP_MAJMIN_VERSION -lt 800; then elif test $PHP_MAJMIN_VERSION -lt 800; then
installRemoteModule_version=3.24.4 installRemoteModule_version=3.24.4
elif test $PHP_MAJMIN_VERSION -lt 801; then
installRemoteModule_version=3.25.3
fi fi
fi fi
;; ;;