Browse Source

do not zero out peak - MM shutdown would do that

PHP-5.1
Stanislav Malyshev 22 years ago
parent
commit
f9c2324cd0
  1. 1
      sapi/apache2handler/sapi_apache2.c

1
sapi/apache2handler/sapi_apache2.c

@ -547,7 +547,6 @@ zend_first_try {
char *mem_usage;
mem_usage = apr_psprintf(ctx->r->pool, "%u", AG(allocated_memory_peak));
AG(allocated_memory_peak) = 0;
apr_table_set(r->notes, "mod_php_memory_usage", mem_usage);
}
#endif

Loading…
Cancel
Save