Page 1 of 1

CSF v9.13 php check error

Posted: 01 Sep 2016, 04:38
by kikloo
Hi,

CSF is reporting that I should do the following:

---
You should modify /opt/alt/php56/etc/php.ini and set: enable_dl = Off

ou should modify the PHP configuration and disable commonly abused php functions, e.g.: disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open

You should consider adding ini_set to the disable_functions in the PHP configuration
---

Upon checking the same is already have been done in php configuration in whm, why CSF is reporting that its not ??

Thanks.

Re: CSF v9.13 php check error

Posted: 06 Sep 2016, 10:11
by ForumAdmin
csf gets the configuration information by running the php binary in question and passing -i to display that configuration.