mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
Fix installing zstd on PHP 5.x (#664)
This commit is contained in:
parent
1ce733079d
commit
ef69c94206
1 changed files with 7 additions and 0 deletions
|
@ -3559,6 +3559,13 @@ installRemoteModule() {
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
zstd)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=0.11.0
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
if test $installRemoteModule_manuallyInstalled -eq 0; then
|
||||
if test -n "$installRemoteModule_path"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue