commit
f405760148
|
@ -32,6 +32,7 @@ inotify 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
||||||
interbase 5.5 5.6 7.0 7.1 7.2 7.3
|
interbase 5.5 5.6 7.0 7.1 7.2 7.3
|
||||||
intl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
intl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
||||||
ioncube_loader 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
ioncube_loader 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
|
jsmin 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
json_post 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
json_post 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
||||||
ldap 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
ldap 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
||||||
lzf 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
lzf 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
|
||||||
|
|
|
@ -1770,6 +1770,13 @@ installRemoteModule() {
|
||||||
cp "$installRemoteModule_src/$installRemoteModule_so" "$(getPHPExtensionsDir)/$installRemoteModule_module.so"
|
cp "$installRemoteModule_src/$installRemoteModule_so" "$(getPHPExtensionsDir)/$installRemoteModule_module.so"
|
||||||
installRemoteModule_manuallyInstalled=1
|
installRemoteModule_manuallyInstalled=1
|
||||||
;;
|
;;
|
||||||
|
jsmin)
|
||||||
|
if test -z "$installRemoteModule_version"; then
|
||||||
|
if test $PHP_MAJMIN_VERSION -lt 700; then
|
||||||
|
installRemoteModule_version=2.0.1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
;;
|
||||||
lzf)
|
lzf)
|
||||||
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" '1.5.0') -ge 0; then
|
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" '1.5.0') -ge 0; then
|
||||||
# Sacrifice speed in favour of compression ratio?
|
# Sacrifice speed in favour of compression ratio?
|
||||||
|
|
Loading…
Reference in New Issue