Hi, I am getting crazy trying to execute
$output = array();
$return_var=0;
exec($command,$output,$return_var);
in the server If I use the command line it works fine, but when I execute in the php class I get a 139 (segmentation fault)
WHat can I do??