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

Pull Requests

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: Sun Dec 29 23:01:28 2024 UTC