parent
1ce733079d
commit
ef69c94206
|
@ -3559,6 +3559,13 @@ installRemoteModule() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
zstd)
|
||||||
|
if test -z "$installRemoteModule_version"; then
|
||||||
|
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
|
installRemoteModule_version=0.11.0
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
if test $installRemoteModule_manuallyInstalled -eq 0; then
|
if test $installRemoteModule_manuallyInstalled -eq 0; then
|
||||||
if test -n "$installRemoteModule_path"; then
|
if test -n "$installRemoteModule_path"; then
|
||||||
|
|
Loading…
Reference in New Issue