mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 09:02:42 +00:00
Remove with-libdiffmark configure option
It's not defined in package.xml, so pecl won't be able to set it
This commit is contained in:
parent
b9f5049d92
commit
9be30b99b5
1 changed files with 0 additions and 4 deletions
|
@ -2245,10 +2245,6 @@ installRemoteModule() {
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
xmldiff)
|
||||
# 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
|
||||
# enable reader supports?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue