mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
Add support for zookeeper on PHP 8.3/8.4 (#1041)
This commit is contained in:
parent
b6f7a26717
commit
606fb2b38e
3 changed files with 1 additions and 8 deletions
|
@ -4601,8 +4601,6 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=0.5.0
|
||||
else
|
||||
installRemoteModule_version=alpha
|
||||
fi
|
||||
fi
|
||||
installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue