mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
Support spx on PHP 8.1 (#511)
This commit is contained in:
parent
2de6d567f3
commit
1528a4816d
2 changed files with 2 additions and 2 deletions
|
@ -2541,7 +2541,7 @@ installRemoteModule() {
|
|||
;;
|
||||
spx)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=1367cbc70194d18888ec9cfe9b06c0a5b4426dff
|
||||
installRemoteModule_version=6eba1a5839d0ce8dc71148ed723c72fe06c69600
|
||||
fi
|
||||
if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then
|
||||
installRemoteModule_displayVersion="$installRemoteModule_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue