php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30503 exec(): Unable to fork
Submitted: 2004-10-20 22:34 UTC Modified: 2004-10-21 09:15 UTC
From: efernandez at vantageglobal dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.9 OS: Windows 2003 Server SE
Private report: No CVE-ID: None
 [2004-10-20 22:34 UTC] efernandez at vantageglobal dot com
Description:
------------
Machine:
========
Windows 2003 Server SE.
IIS 6
PHP 4.3.9


Description:
============
In a script file, i have this line:

$aux= 'ze.exe -b "'.$pic.'"';
exec($aux,$output,$error);

By the way, when i call it from the browser:

Warning: exec(): Unable to fork [ze.exe -b blah blah

Some other "bugs" in the site are simillar, but just saying in the next version has been fixed, i have the last one at the date (Oct. 2004). And this still happend. Any comments / ideas, will be appreciate.

Thanks in advanced.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-21 09:15 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Permission issues.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC