commit
37e67018d5
|
@ -84,7 +84,7 @@ sybase_ct 5.5 5.6
|
||||||
sysvmsg 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
sysvmsg 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
sysvsem 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
sysvsem 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
sysvshm 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
sysvshm 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
tensor 7.2 7.3 7.4
|
tensor 7.2 7.3 7.4 8.0
|
||||||
tidy 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
tidy 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
timezonedb 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
timezonedb 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
uopz 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
uopz 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
|
|
|
@ -2136,6 +2136,15 @@ installRemoteModule() {
|
||||||
rm "$PHP_INI_DIR/conf.d/tdlib.ini"
|
rm "$PHP_INI_DIR/conf.d/tdlib.ini"
|
||||||
installRemoteModule_manuallyInstalled=1
|
installRemoteModule_manuallyInstalled=1
|
||||||
;;
|
;;
|
||||||
|
tensor)
|
||||||
|
if test -z "$installRemoteModule_version"; then
|
||||||
|
if test $PHP_MAJMIN_VERSION -le 703; then
|
||||||
|
installRemoteModule_version=2.2.3
|
||||||
|
elif test $PHP_MAJMIN_VERSION -ge 800; then
|
||||||
|
installRemoteModule_version=beta
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
;;
|
||||||
uopz)
|
uopz)
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
|
|
Loading…
Reference in New Issue