mod_php_install.sh: change default libxml2 version in case og php 5.6 installation.

This commit is contained in:
Christoph 2021-05-15 00:59:24 +02:00
parent 16774823c8
commit cb17addc17

View File

@ -6,7 +6,7 @@ _VERSION=
_FREETYPE_VERSION="2.10.4"
_ICU4C_VERSION="57-2"
_LIBXML2_VERSION="2.9.9"
_LIBXML2_VERSION="2.9.4"
#WITHOUT_APACHE_MOD_PHP=true
_APACHE_MOD_PHP=no
@ -952,7 +952,7 @@ if ([[ "$PHP_MAJOR_VERSION" -eq 7 ]] && [[ "$PHP_MINOR_VERSION" -lt 4 ]]) \
echo "because the installed one has icu support, but is linked against the distribution"
echo "supported libicu-dev package."
echo -e ""
echo -e "Which version of freetype should be installed?"
echo -e "Which version of libxml2 should be installed?"
echo ""
LIBXML2_VERSION=
if [[ -n "$_LIBXML2_VERSION" ]]; then