I have this problem:
On a ISS web server, windows 7 x64 professional, zend server installed. Running this command under php:
exec('dir',$output, $err);
$output is empty, $err=1. So exec is not returing the output, it seems has some errors.
Php disable_functions is empty, php is not on safe mode, is standard, I check all option.
It seems to be a general errors, even search on google do not give results.
Please write every one his experince and eventual solutions or workarounds.
There are a few posts to the relevant sections of the PHP Manual such as this one:
There are a few more on both the
execandshell_execmanual pages. Perhaps following through them will get it up and working for you.