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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 21:01:33 2025 UTC