php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9372 system() give unable to fork error
Submitted: 2001-02-21 08:23 UTC Modified: 2001-02-21 08:36 UTC
From: connolk at tcd dot ie Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0.4pl1 OS: Win2K
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: connolk at tcd dot ie
New email:
PHP Version: OS:

 

 [2001-02-21 08:23 UTC] connolk at tcd dot ie
I am running an apache server, which hosts my php pages, on win2k. I am trying to use the system command for some PGP encryption stuff but am getting an "unable to fork" error! For testing I have created the following script:
<?
system("C:\\notepad.exe");
?>
NOTE: I have copied notepad.exe over to the root directory.
I am running PHP 4.0.5-dev (from downlaod file: php4.0.5-dev-win32-20010130.exe)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-21 08:25 UTC] connolk at tcd dot ie
Sorry this is a duplicate to 9371 and can be ignored!!
 [2001-02-21 08:36 UTC] derick@php.net
submitted twice
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC