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
 [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: Wed Apr 24 10:01:31 2024 UTC