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

Pull Requests

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: Tue Dec 10 18:01:28 2024 UTC