php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6523 Unable to use 'passthru' function
Submitted: 2000-09-04 05:21 UTC Modified: 2000-11-20 09:11 UTC
From: mike dot king at redroom dot co dot uk Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.2 OS: NT4 SP6
Private report: No CVE-ID: None
 [2000-09-04 05:21 UTC] mike dot king at redroom dot co dot uk
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-20 09:11 UTC] jmoore@php.net
If you are running it under IIS then this is known behaviour and due to a problem with ISAPI modules. If you are using CGI module then please update and try again. Reopen this report if it still happens.

James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 02:01:35 2024 UTC