mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
do not use diffmark with PHP 8.x (not yet supported)
This commit is contained in:
parent
fefe3c4fd5
commit
b9f5049d92
1 changed files with 2 additions and 2 deletions
|
@ -2246,8 +2246,8 @@ installRemoteModule() {
|
|||
fi
|
||||
;;
|
||||
xmldiff)
|
||||
# whether to use system diffmark library
|
||||
addConfigureOption 'with-libdiffmark' 'yes'
|
||||
# whether to use system diffmark library (not yet supported with PHP 8.x)
|
||||
addConfigureOption 'with-libdiffmark' 'no'
|
||||
;;
|
||||
xlswriter)
|
||||
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" 1.2.7) -ge 0; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue