vbuser
Active member
I'm upgrading my forum and received a warning:
Your server has disabled a core PHP function exec via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
My INI file for PHP 7.2 has no value set:
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names.
; http://php.net/disable-functions
disable_functions =
Do I change the last line to:
disable_functions = exec
Your server has disabled a core PHP function exec via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
My INI file for PHP 7.2 has no value set:
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names.
; http://php.net/disable-functions
disable_functions =
Do I change the last line to:
disable_functions = exec