diff options
author | Sebastian Bergmann <sebastian@php.net> | 2001-08-04 17:02:43 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2001-08-04 17:02:43 +0000 |
commit | b5763a70a691973f23276470d8265edb08e83194 (patch) | |
tree | d10919d6986cb87377b6e7058bf76260b3cc8df1 /sapi | |
parent | bffbe675f939ff6da54e10f2361c4fbae1344e52 (diff) | |
download | php-git-b5763a70a691973f23276470d8265edb08e83194.tar.gz |
Remove duplicate TSRMLS_FETCH() call.
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/mod_php4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index a8ca481291..c13ce53de8 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -310,7 +310,6 @@ static void php_apache_log_message(char *message) static void php_apache_request_shutdown(void *dummy) { TSRMLS_FETCH(); - TSRMLS_FETCH(); php_output_set_status(0); SG(server_context) = NULL; /* The server context (request) is invalid by the time run_cleanups() is called */ |