1
0
Fork 0
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:
Michele Locati 2025-01-07 22:53:01 +01:00 committed by GitHub
parent fc6f0eac7a
commit 3d4ce54d7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

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