Hello Everyone,
Although the php.ini configuration is correct and the php high risk functions are disabled, the "php -i
grep disbale_functions "command output is empty.
php -i | grep disable_func
disable_functions => no value => no value
Therefore, the csf check for disabling_functions is also shown incorrectly.
PHP installed as FPM and phpinfo(); function on user show all disable functions correctly.
It looks like the csf checking method could have been better.
Thank you
Although the php.ini configuration is correct and the php high risk functions are disabled, the "php -i
grep disbale_functions "command output is empty.
php -i | grep disable_func
disable_functions => no value => no value
Therefore, the csf check for disabling_functions is also shown incorrectly.
PHP installed as FPM and phpinfo(); function on user show all disable functions correctly.
It looks like the csf checking method could have been better.
Thank you