Skip to content

Commit 5f6e3db

Browse files
author
Thies C. Arntzen
committed
compile fix
1 parent 381d4c3 commit 5f6e3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/apache/mod_php4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ static int send_parsed_php(request_rec * r)
597597
#if MEMORY_LIMIT
598598
{
599599
char mem_usage[ 32 ];
600-
ALS_FETCH()
600+
TSRMLS_FETCH();
601601

602602
sprintf(mem_usage,"%u", (int) AG(allocated_memory_peak));
603603
ap_table_setn(r->notes, "mod_php_memory_usage", ap_pstrdup(r->pool,mem_usage));

0 commit comments

Comments
 (0)