summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-07-28 14:01:24 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-07-28 14:01:24 +0000
commit15ae74d3bafc8b359bff02d6a9489c585f027ebe (patch)
treeee9a2937bb6dcba2a6b64f994cae3a777a7ed3f5 /sapi
parent59ffe8db79f9aad54758c73cc2048cbf8e2c2916 (diff)
downloadphp-git-15ae74d3bafc8b359bff02d6a9489c585f027ebe.tar.gz
Fix typo
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache/php_apache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c
index 5666092c38..dc746cc5c7 100644
--- a/sapi/apache/php_apache.c
+++ b/sapi/apache/php_apache.c
@@ -123,7 +123,7 @@ zend_module_entry apache_module_entry = {
Get and set Apache request notes */
PHP_FUNCTION(apache_child_terminate)
{
-#ifndef MULTITREAD
+#ifndef MULTITHREAD
if (AP(terminate_child)) {
ap_child_terminate( ((request_rec *)SG(server_context)) );
} else { /* tell them to get lost! */