Skip to content

Commit 040be88

Browse files
authored
Fix installing protobuf on PHP 8.0 (#899)
1 parent a285464 commit 040be88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install-php-extensions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3372,6 +3372,8 @@ installRemoteModule() {
33723372
installRemoteModule_version=3.12.4
33733373
elif test $PHP_MAJMIN_VERSION -lt 800; then
33743374
installRemoteModule_version=3.24.4
3375+
elif test $PHP_MAJMIN_VERSION -lt 801; then
3376+
installRemoteModule_version=3.25.3
33753377
fi
33763378
fi
33773379
;;

0 commit comments

Comments
 (0)