mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Add support for gearman on PHP 8.4 (#1043)
* Add support for gearman on PHP 8.4 Signed-off-by: Romain Gautier <mail@romain.sh> * Fix installing gearman on PHP 7.0 --------- Signed-off-by: Romain Gautier <mail@romain.sh> Co-authored-by: Romain Gautier <mail@romain.sh>
This commit is contained in:
parent
fc6f0eac7a
commit
3d4ce54d7d
2 changed files with 3 additions and 1 deletions
|
@ -3189,6 +3189,8 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=1.1.2
|
||||
elif test $PHP_MAJMIN_VERSION -le 700; then
|
||||
installRemoteModule_version=2.1.3
|
||||
fi
|
||||
fi
|
||||
case "$DISTRO" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue