From 5f6e3db13f8a59d4a80a3fdf3cb1f60098280206 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Mon, 30 Jul 2001 14:25:29 +0000 Subject: [PATCH] compile fix --- sapi/apache/mod_php4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 852505149a..9c2a86ddbc 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -597,7 +597,7 @@ static int send_parsed_php(request_rec * r) #if MEMORY_LIMIT { char mem_usage[ 32 ]; - ALS_FETCH() + TSRMLS_FETCH(); sprintf(mem_usage,"%u", (int) AG(allocated_memory_peak)); ap_table_setn(r->notes, "mod_php_memory_usage", ap_pstrdup(r->pool,mem_usage)); -- 2.50.1