我将Everyone
用户添加到包含dl.exe
和php-cgi.exe
的目录。
执行权限为Scripts and Executables
。
但我仍然收到以下错误:
Warning: shell_exec(): Unable to execute 'dl.exe' in C:\Inetpub\wwwroot\test.php on line 9
任何想法如何解决这个问题?
我在PHP6下使用php-fastcgi处理程序。
$outputOfExecutable = shell_exec('dl.exe');
echo $outputOfExecutable;