php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #68687 fork when MPM is not prefork
Submitted: 2014-12-29 17:50 UTC Modified: 2014-12-30 03:03 UTC
From: david at ols dot es Assigned:
Status: Wont fix Package: Apache2 related
PHP Version: Irrelevant OS: unix
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: david at ols dot es
New email:
PHP Version: OS:

 

 [2014-12-29 17:50 UTC] david at ols dot es
Description:
------------
Could it be possible to have mod_php fork a new process to execute the php code when apache MPM is not prefork (worker, event, ...) ?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-12-30 03:03 UTC] aharvey@php.net
-Status: Open +Status: Wont fix
 [2014-12-30 03:03 UTC] aharvey@php.net
This seems pointless to me — if you're using a threaded MPM, then you should use a thread safe PHP build, rather than trying to work around it by forking. (Plus, you were presumably trying to avoid forking in the first place by choosing that MPM.)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC