mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Fix installing snuffleupagus on PHP 8.1 (#1062)
This commit is contained in:
parent
8fd51cd1f6
commit
74db7c77be
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue