Skip to content

Commit

Permalink
Fix installing snuffleupagus on PHP 8.1
Browse files Browse the repository at this point in the history
Test: snuffleupagus
  • Loading branch information
mlocati committed Feb 5, 2025
1 parent 8fd51cd commit 19c94db
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 @@ -3973,6 +3973,8 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 800; then
installRemoteModule_version=0.9.0
elif test $PHP_MAJMIN_VERSION -le 801; then
installRemoteModule_version=0.10.0
else
installRemoteModule_version=0.11.0
fi
Expand Down

0 comments on commit 19c94db

Please sign in to comment.