Hi
I have Debian Linux VPS
For some reason function exec not works on my server, I can’t execute files, but when I type this function, and type print_r becomes an empty array.
Then I try to put this
if(function_exists(exec)){echo 'function exists';}
else{echo 'function not exists';}
Come back as function not exists
Any ideas how to I can enable exec function, in php.in I can’t find anything about disable this function.