mod_php_install.sh: remove 'extension=ldap.so'.

This commit is contained in:
2026-05-01 23:36:08 +02:00
parent e549bffa55
commit 51179f6d88

View File

@@ -10099,14 +10099,14 @@ fi
## - Enable ldap.so ## - Enable ldap.so
## ----- ## -----
echononl "\tphp.ini: extension=ldap .." #echononl "\tphp.ini: extension=ldap .."
_extension="ldap.so" #_extension="ldap.so"
perl -i -n -p -e "s#^(\s*\[PHP\]\s*)#\1\nextension=${_extension}\n#" $PHP_INI_FILE #perl -i -n -p -e "s#^(\s*\[PHP\]\s*)#\1\nextension=${_extension}\n#" $PHP_INI_FILE
if [ "$?" = "0" ]; then #if [ "$?" = "0" ]; then
echo_ok # echo_ok
else #else
echo_failed # echo_failed
fi #fi
## ----- ## -----
## - END: Enable ldap.so ## - END: Enable ldap.so