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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 - 13 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 10:01:26 2024 UTC