diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-07-28 14:01:24 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-07-28 14:01:24 +0000 |
commit | 15ae74d3bafc8b359bff02d6a9489c585f027ebe (patch) | |
tree | ee9a2937bb6dcba2a6b64f994cae3a777a7ed3f5 /sapi | |
parent | 59ffe8db79f9aad54758c73cc2048cbf8e2c2916 (diff) | |
download | php-git-15ae74d3bafc8b359bff02d6a9489c585f027ebe.tar.gz |
Fix typo
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/php_apache.c | 2 |
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! */ |