php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9069 Unable
Submitted: 2001-02-02 06:59 UTC Modified: 2001-10-02 04:35 UTC
From: anders dot jensen at prodev dot net Assigned:
Status: Closed Package: Program Execution
PHP Version: 4.0.6 OS: Win 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: anders dot jensen at prodev dot net
New email:
PHP Version: OS:

 

 [2001-02-02 06:59 UTC] anders dot jensen at prodev dot net
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!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-25 10:54 UTC] derick@php.net
Working on it
 [2001-04-27 12:55 UTC] dbeu@php.net
fixed in cvs, wait for 4.0.6
 [2001-08-08 04:48 UTC] anders dot jensen at prodev dot net
Upgraded to 4.0.6 but still the same problem!

 [2001-08-08 09:03 UTC] alindeman@php.net
try latest CVS

http://zend.com/snapshots/
 [2001-10-02 04:35 UTC] sander@php.net
Works fine for me (snap of 16-7, on Win98). No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 06:01:30 2024 UTC