From: Thies C. Arntzen Date: Mon, 30 Jul 2001 14:25:29 +0000 (+0000) Subject: compile fix X-Git-Tag: PRE_ENGINE2_SPLIT~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f6e3db13f8a59d4a80a3fdf3cb1f60098280206;p=php compile fix --- 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));