mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
parent
ab76d49355
commit
d86be8c965
1 changed files with 5 additions and 0 deletions
|
@ -2255,6 +2255,11 @@ installRemoteModule() {
|
|||
fi
|
||||
;;
|
||||
lzf)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -lt 702; then
|
||||
installRemoteModule_version=1.6.8
|
||||
fi
|
||||
fi
|
||||
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" '1.5.0') -ge 0; then
|
||||
# Sacrifice speed in favour of compression ratio?
|
||||
case "${IPE_LZF_BETTERCOMPRESSION:-}" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue