php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11217 Unable to execute a external program
Submitted: 2001-05-31 12:01 UTC Modified: 2001-05-31 16:29 UTC
From: mboratto at vistaerea dot com dot br Assigned:
Status: Closed Package: Program Execution
PHP Version: 4.0.5 OS: WIN2K
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: mboratto at vistaerea dot com dot br
New email:
PHP Version: OS:

 

 [2001-05-31 12:01 UTC] mboratto at vistaerea dot com dot br
I trying to execute a external program and got a problem`: unable to fork


my php:
$comando = "combine.exe";
echo is_executable($comando);
exec($comando);


return by php
true
Warning: Unable to fork [combine.exe]

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-31 16:29 UTC] sniper@php.net
Fixed in CVS and fix will be in PHP 4.0.6 

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC