|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-25 10:54 UTC] derick@php.net
[2001-04-27 12:55 UTC] dbeu@php.net
[2001-08-08 04:48 UTC] anders dot jensen at prodev dot net
[2001-08-08 09:03 UTC] alindeman@php.net
[2001-10-02 04:35 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 19:00:01 2025 UTC |
I use PHP 4.0.4 pl1 on a machine running Windows NT4 Server, with sp 6 and IIS4 When I try to use any of the functions exec(), system() or passthru(), I receive the following error: Warning: Unable to fork [dir /w > c:\test.txt] in D:\Inetpub\wwwroot\cooldim.com\test.php on line 2. This error was displayed when trying to run the following code: <? passthru("dir /w > c:\\test.txt"); ?> I tried a similar script on a Unix machine which worked fine... Help Please!