Skip to main content

How to override php_functions in .htaccess - DSO (not suPHP)

Comments

3 comments

  • cPanelMichael
    Hello :) Please see: [url=http://php.net/manual/en/ini.core.php#ini.disable-functions]PHP: Description of core php.ini directives - Manual In particular: This directive must be set in php.ini For example, you cannot set this in httpd.conf. It's not possible to override the value in the .htaccess file of an account. Thank you.
    0
  • jeremys_ppc
    Well thats unfortunate as using DSO custom php.ini are not valid....
    0
  • cPanelMichael
    The only other alternative (besides switching to suPHP) is to remove the option from the disable_functions list globally. Thank you.
    0

Please sign in to leave a comment.