diff options
author | Zeev Suraski <zeev@php.net> | 2001-08-01 22:53:26 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-08-01 22:53:26 +0000 |
commit | 12318a2068adf370d649a787f50c00cbab4823b0 (patch) | |
tree | 63837a1a42cf88a67e8675575f6d1580fd1c28b2 /sapi/apache/mod_php4.c | |
parent | 2794a0e69a866189703b94377bcf1c9528d70ec8 (diff) | |
download | php-git-12318a2068adf370d649a787f50c00cbab4823b0.tar.gz |
Fix Apache/ZTS build
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 |