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
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: 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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC