1
0
Fork 0
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:
Michele Locati 2022-02-14 17:41:30 +01:00 committed by GitHub
parent 2de6d567f3
commit 1528a4816d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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