Check php for disable_functions
Check php for disable_functions
Check Server Security does not detect disable_functions in double quote " ", and report it with WARNING status.
That would be because you should not have any quotes in that directive - remove them:
http://uk2.php.net/manual/en/features.s ... -functions
http://uk2.php.net/manual/en/features.s ... -functions