From b4ea83fa7678bcbd14dc77b11c5ab2f76afc96f1 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 12 Aug 2018 17:11:33 +0200 Subject: [PATCH] mod_php_install.sh: fix error for legacy MySQL functions support. --- mod_php_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index f354b4a..9a793f9 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -2876,7 +2876,7 @@ if $LEGACY_SQL_FUNCTION_SUPPORT ; then echononl "\tphp.ini: extension=\"$extension_lsf\" .." if [[ -n "$extension_lsf" ]]; then - perl -i -n -p -e "s#^(\s*\[PHP\]\s*)#\1\n;extension=$extension_xdebug\n#" $PHP_INI_FILE + perl -i -n -p -e "s#^(\s*\[PHP\]\s*)#\1\nextension=$extension_lsf\n#" $PHP_INI_FILE if [ "$?" = "0" ]; then echo_ok else