From: Rasmus Lerdorf Date: Sat, 28 Jul 2001 14:01:24 +0000 (+0000) Subject: Fix typo X-Git-Tag: PRE_ENGINE2_SPLIT~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15ae74d3bafc8b359bff02d6a9489c585f027ebe;p=php Fix typo --- 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! */