]> granicus.if.org Git - php/commitdiff
compile fix
authorThies C. Arntzen <thies@php.net>
Mon, 30 Jul 2001 14:25:29 +0000 (14:25 +0000)
committerThies C. Arntzen <thies@php.net>
Mon, 30 Jul 2001 14:25:29 +0000 (14:25 +0000)
sapi/apache/mod_php4.c

index 852505149a6bdac06855e9cb5ba7403a22a7e19a..9c2a86ddbc6ef9599e1967170e7c47f2fd7019dd 100644 (file)
@@ -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));