Fix installing snuffleupagus on PHP 8.1 (#1062)

pull/1056/head^2 2.7.20
Michele Locati 2025-02-05 17:58:29 +01:00 committed by GitHub
parent 8fd51cd1f6
commit 74db7c77be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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