php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13937 Unable to Fork using EXEC
Submitted: 2001-11-05 15:17 UTC Modified: 2001-11-05 15:39 UTC
From: dleather at fineline dot ca Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.6 OS: Win 98
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: dleather at fineline dot ca
New email:
PHP Version: OS:

 

 [2001-11-05 15:17 UTC] dleather at fineline dot ca
I get the following warning:
Warning: Unable to fork [cmd.exe /c c:\netpbm\\jpegtopnm --quiet "c:\program files\apache group\apache\htdocs\albums\album01\aac.jpg" | c:\netpbm\\pnmfile --allimages] in c:\program files\apache group\apache\htdocs\gallery\platform\fs_win32.php on line 148

when I run this statement
return exec("cmd.exe /c $cmd", $results, $status);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-05 15:39 UTC] sander@php.net
This is already fixed in CVS. Thanks for reporting anyway.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 09:01:27 2024 UTC