We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a00f9 commit 315e363Copy full SHA for 315e363
install-php-extensions
@@ -4584,6 +4584,17 @@ installRemoteModule() {
4584
addConfigureOption enable-reader yes
4585
fi
4586
;;
4587
+ xmldiff)
4588
+ installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"
4589
+ if test -z "$installRemoteModule_version"; then
4590
+ case "$DISTRO_VERSION" in
4591
+ debian@8)
4592
+ # The gcc version of Debian Jessie is too old => error: 'nullptr' was not declared in this scope
4593
+ installRemoteModule_version=1.1.4
4594
+ ;;
4595
+ esac
4596
+ fi
4597
4598
xmlrpc)
4599
if test -z "$installRemoteModule_version"; then
4600
installRemoteModule_version=beta
0 commit comments