Skip to content

Commit

Permalink
Fix installing protobuf on PHP 8.0 (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Mar 15, 2024
1 parent a285464 commit 040be88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -3372,6 +3372,8 @@ installRemoteModule() {
installRemoteModule_version=3.12.4
elif test $PHP_MAJMIN_VERSION -lt 800; then
installRemoteModule_version=3.24.4
elif test $PHP_MAJMIN_VERSION -lt 801; then
installRemoteModule_version=3.25.3
fi
fi
;;
Expand Down

0 comments on commit 040be88

Please sign in to comment.