diff options
| author | Daniel Beulshausen <dbeu@php.net> | 2001-05-16 09:01:55 +0000 |
|---|---|---|
| committer | Daniel Beulshausen <dbeu@php.net> | 2001-05-16 09:01:55 +0000 |
| commit | 15df08678399fdfb3b402631996fc24c44c05696 (patch) | |
| tree | d6e01171fad370ea6b541d65a803c9881d396a06 | |
| parent | da2daad4619ad8fd8d529f9d9e5ad7b6070acd2e (diff) | |
| download | php-git-15df08678399fdfb3b402631996fc24c44c05696.tar.gz | |
MFH
| -rw-r--r-- | sapi/apache/mod_php4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 7c99ae3087..1953b18663 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -296,6 +296,7 @@ static void php_apache_request_shutdown(void *dummy) static int php_apache_sapi_activate(SLS_D) { request_rec *r = ((request_rec *) SG(server_context)); + APLS_FETCH(); /* * For the Apache module version, this bit of code registers a cleanup |
