in the php.ini file I've disabled some functions (exec and similar). In the php script we must use binary execution - so I had to enable function "exec" again. And here is a question - does php have an option, that I could set : this binary file could use this disabled function ? Like :
disable_functions_binary_exception = /usr/local/bin/compute_doomsday
disable_functions_function_exception = exec