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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mike dot king at redroom dot co dot uk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 28 16:00:01 2026 UTC