]> granicus.if.org Git - php/commitdiff
Fix typo
authorRasmus Lerdorf <rasmus@php.net>
Sat, 28 Jul 2001 14:01:24 +0000 (14:01 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 28 Jul 2001 14:01:24 +0000 (14:01 +0000)
sapi/apache/php_apache.c

index 5666092c38dd223f3675eac48bd06171122a77e8..dc746cc5c76f703fe425b3a247add83d5a41f49e 100644 (file)
@@ -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! */