do not use diffmark with PHP 8.x (not yet supported)
parent
fefe3c4fd5
commit
b9f5049d92
|
@ -2246,8 +2246,8 @@ installRemoteModule() {
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
xmldiff)
|
xmldiff)
|
||||||
# whether to use system diffmark library
|
# whether to use system diffmark library (not yet supported with PHP 8.x)
|
||||||
addConfigureOption 'with-libdiffmark' 'yes'
|
addConfigureOption 'with-libdiffmark' 'no'
|
||||||
;;
|
;;
|
||||||
xlswriter)
|
xlswriter)
|
||||||
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" 1.2.7) -ge 0; then
|
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" 1.2.7) -ge 0; then
|
||||||
|
|
Loading…
Reference in New Issue