php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #6406 request: fork() function
Submitted: 2000-08-28 15:49 UTC Modified: 2001-11-03 22:12 UTC
From: danbeck at scott dot net Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.1pl2 OS: Redhat 6.1 (linux 2.2.12)
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: danbeck at scott dot net
New email:
PHP Version: OS:

 

 [2000-08-28 15:49 UTC] danbeck at scott dot net
I checked the bug database and did not see this anywhere...  what is the feasability of creating a fork() implementation in PHP? Obviously this would be useless as an Apache module, but for those of use who use PHP for shell script and administration scripts, this would be a boon.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-03 13:31 UTC] mj@php.net
Did you have a look at the pcntl extension, that
has been commited to PHP about 4 months ago?

If also implements a function pcntl_fork(), that
should do exactly what you want.
 [2001-11-03 22:12 UTC] danbeck@php.net
Actually, I'm writing the docs for the pcntl extension.  I'll close this request.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 20:01:36 2025 UTC