diff options
Diffstat (limited to 'sapi/apache/mod_php4.c')
-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 52a65fd9c3..a8ca481291 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -326,7 +326,6 @@ static void php_apache_request_shutdown(void *dummy) static int php_apache_sapi_activate(TSRMLS_D) { request_rec *r = (request_rec *) SG(server_context); - TSRMLS_FETCH(); /* * For the Apache module version, this bit of code registers a cleanup |