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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 30 18:00:02 2026 UTC