From d24dcfa4dba490512e3d417c71c0bb2c02e2881d Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Wed, 8 Apr 2015 19:22:35 +0200 Subject: apache process uses child processes, not threads, fixed documentation --- documentation/extension-callbacks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/extension-callbacks.html b/documentation/extension-callbacks.html index b8c2686..aa35a7e 100644 --- a/documentation/extension-callbacks.html +++ b/documentation/extension-callbacks.html @@ -133,7 +133,7 @@ extern "C" {

Forked engines (like Apache)

If you run PHP on a pre-fork web server (like Apache), your extension is - loaded and initialized before the various worker threads are + loaded and initialized before the various worker processes are forked off. The consequence of this is that the get_module() function and your optional onStartup() callback function are called by the parent process, and all other callbacks and the actual page handling by the -- cgit v1.2.3