php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5703 exec() and system() generates an error: Unable to fork [MyApplication]
Submitted: 2000-07-20 18:03 UTC Modified: 2000-09-03 07:56 UTC
From: wojciech dot tryc at kanatek dot com Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0 Release Candidate 2 OS: Winnt 4.0
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: wojciech dot tryc at kanatek dot com
New email:
PHP Version: OS:

 

 [2000-07-20 18:03 UTC] wojciech dot tryc at kanatek dot com
I am unable to call/execute another applications. exec() and system() seems to not function properly.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-25 00:26 UTC] waldschrott@php.net
works fine using apache/php4.0.1pl2/cgi/win2000

Please verify, that it?s still happening using the latest version of PHP (release 4.0.1pl2 or CVS).

Try:
echo `dir`;
echo system('dir');
echo exec('dir');

 [2000-08-20 02:24 UTC] sniper@php.net
No feedback from user.

--Jani
 [2000-08-21 14:02 UTC] sniper@php.net
User reports:

It works fine while using php.exe, doesn't work with dll

---

Have you tried more recent version of php4 than 4.0.1pl2?
(from cvs or snaps.php.net)

Does the problem still persist?

--Jani
 [2000-09-03 07:56 UTC] waldschrott@php.net
This is currently a known issue under investigation, thanks
for your report.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 11:01:31 2024 UTC