summaryrefslogtreecommitdiff
path: root/documentation/extension-callbacks.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/extension-callbacks.html')
-rw-r--r--documentation/extension-callbacks.html2
1 files changed, 1 insertions, 1 deletions
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" {
<h2 id="apache-prefork-module">Forked engines (like Apache)</h2>
<p>
If you run PHP on a pre-fork web server (like Apache), your extension is
- loaded and initialized <i>before</i> the various worker threads are
+ loaded and initialized <i>before</i> 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