Compare commits

..

2 Commits

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