php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17754 Unable to fork error in exec()
Submitted: 2002-06-13 16:48 UTC Modified: 2002-06-13 18:04 UTC
From: renzanl at yahoo dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.1 OS: WinXP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: renzanl at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-06-13 16:48 UTC] renzanl at yahoo dot com
I get an 'Unable to fork' error whenever I use any of the program execution functions.

<?php
   exec("c:\inetpub\wwwroot\gp\gnuplot.exe plot.data");
?>

Reports:
'Unable to fork [c:\inetpub\wwwroot\gp\gnuplot.exe plot.data]'

But it is right, right?

Im running IIS 5.1 under WinXP and PHP 4.2.1 in ISAPI mode.

I saw some other bug reports dealing with this problem, but they claim that it was fixed in 4.0.6/7.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-13 18:04 UTC] derick@php.net
Most likely a permission issue, please check those, and ask php-general@lists.php.net for help.
If you are 110% sure it's a bug, please reopen.

Derick
 [2002-08-07 09:57 UTC] joao at overdadeiro dot com
I have the same problem even with all permissions...
Please help.
Thanks in advance.
Joao
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 21:01:33 2024 UTC