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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue May 28 18:01:32 2024 UTC