|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-20 09:11 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 28 16:00:01 2026 UTC |
When trying to use the 'passthru' function from a new install of PHP4.0.2, I get this error. Warning: Unable to fork [dir] in D:\FolderName\public_html\dir.php on line 3 Here is some example code: 1. <pre> 2. <? 3. passthru("dir"); 4. ?> 5. </pre> If I use PHP3 (same machine) to run this file, it works OK.