PHP disabled functions

Discussion in 'Installation/Configuration' started by NeeChee, Aug 10, 2009.

  1. NeeChee

    NeeChee New Member

    In php.ini I have disabled some functions in order to create some safety:

    Code:
    disable_functions = exec,system,passthru,shell_exec,popen,escapeshellcmd,proc_open,proc_nice,ini_restore 
    Will this affect ISPconfig in a negative way?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats depends on the php.ini. If you disabled it for shell scripts, ispconfig will stop working.
     
  3. NeeChee

    NeeChee New Member

    I'm not sure, I've edited the line
    Code:
    disable_functions =
    to
    Code:
    disable_functions = exec,system,passthru,shell_exec,popen,escapeshellcmd,proc_open,proc_nice,ini_restore
    in /etc/php5/apache2/php.ini

    That should only work for websites' scripts right?
     

Share This Page