PHP Modules - Joomla! Forum - community, help and support
hello everybody,
i have dedicated server , own joomla 2.5 site installed in it, want disable php modules minimize loadable php modules (dynamic extensions) dont know php modules can disable
can me please,
thanks
i have dedicated server , own joomla 2.5 site installed in it, want disable php modules minimize loadable php modules (dynamic extensions) dont know php modules can disable
can me please,
thanks
if use mysql, 1 of following extensions necessary: php_mysql, php_mysqli
if use multi-byte character set, need php_mbstring.
if user authentication based on ldap, need php_ldap , php_openssl.
some extensions may have special requirements. copy site localhost server , disable php modules 1 one, restart web service , see if site still works.
if use multi-byte character set, need php_mbstring.
if user authentication based on ldap, need php_ldap , php_openssl.
some extensions may have special requirements. copy site localhost server , disable php modules 1 one, restart web service , see if site still works.
Comments
Post a Comment