|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-20 02:09 UTC] jason@php.net
[2001-04-27 18:53 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
if I run exec("dir",$foo) in a command-line, ( php.exe foo.php), the array $foo will contain all output of the dir dos command but I access the same foo.php under IIS5 web server, $foo is empty. I installed php using the windows installation prog from your site in CGI mode only.... thanks in advance for the help.