1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 16:42:41 +00:00

redis: add support for PHP 8.4, fix installing on PHP 7.2/7.3 (#989)

This commit is contained in:
Michele Locati 2024-10-04 23:33:20 +02:00 committed by GitHub
parent cd2b7763ef
commit 7dd489b25c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -3729,6 +3729,8 @@ installRemoteModule() {
installRemoteModule_version=4.3.0
elif test $PHP_MAJMIN_VERSION -le 701; then
installRemoteModule_version=5.3.7
elif test $PHP_MAJMIN_VERSION -le 703; then
installRemoteModule_version=6.0.2
fi
else
installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"