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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
25 + 48 = ?
Subscribe to this entry?

 
 [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: Fri May 03 19:01:32 2024 UTC