|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-03 06:04 UTC] stas@php.net
[2000-09-06 13:10 UTC] stas@php.net
[2001-04-27 18:45 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 16:00:01 2025 UTC |
Hi, I first got this error on PHP 4.0.1pl2, then on PHP 4.0.2. Something simple like this: $command = "mycommand.exe"; $output = system(EscapeShellCmd($command)); print ("<pre>$output</pre>"); Will result in an error like: Warning: Unable to fork [mycommand.exe] in D:\docs\myscript.php on line 31 I'm running Windows 2000 Professional with IIS. PHP is running in ISAPI mode. Thanks in advance!