Getting PHP to work under IIS 6.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Has anyone been able to get PHP working fully under IIS 6.0? If so, try the following script:

<?PHP
print_r(shell_exec('dir'));
?>

I get "Warning: shell_exec() [function.shell-exec]: Unable to execute" whenever I try this or any other shell_exec or back tick (`) shell function.

I've tried running in IIS 5.0 isolation mode, and setting all kinds of execution permissions to no avail.

Joseph

P.S. Sorry for the cross post. Just want to get it in front of as many eyeballs as possible.

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux