summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r--sapi/apache/php_apache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c
index 8ead0de770..1c7095f435 100644
--- a/sapi/apache/php_apache.c
+++ b/sapi/apache/php_apache.c
@@ -115,6 +115,7 @@ zend_module_entry apache_module_entry = {
PHP_FUNCTION(apache_child_terminate)
{
APLS_FETCH();
+ SLS_FETCH();
if (AP(terminate_child)) {
ap_child_terminate( ((request_rec *)SG(server_context)) );