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
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: 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 Apr 18 11:01:28 2024 UTC