Posted to
PHP Community
by
vinoveritas78
on
07-11-2009, 6:16 PM
Hello -
I'm running Windows 2K3 Enterprise with PHP 5.2.10 running FastCGI. I have my content served from a network share.
The problem that I'm seeing is that when I run exec('whoami') or any command for that matter it returns blank.
I can run the same file from a local folder the the exec('whoami') function ...