diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-28 12:02:42 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-28 12:02:42 +0000 |
commit | 63829bc9492a21ede9fc72dd2679529d97748ac0 (patch) | |
tree | f5b98e7ec9878514ce7d5e4aa34cb29cfb65260e /sapi/apache/php_apache.c | |
parent | d87cc976e1156b839fc6d4aa6b473a126802b8e3 (diff) | |
download | php-git-63829bc9492a21ede9fc72dd2679529d97748ac0.tar.gz |
Some more fixes
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index cfc63ae639..15aa2a7703 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -123,10 +123,7 @@ zend_module_entry apache_module_entry = { Get and set Apache request notes */ PHP_FUNCTION(apache_child_terminate) { -#ifndef MULTITHREAD - ATSRMLS_FETCH(); - TSRMLS_FETCH(); - +#ifndef MULTITREAD if (AP(terminate_child)) { ap_child_terminate( ((request_rec *)SG(server_context)) ); } else { /* tell them to get lost! */ |