Topic: PHP Memory leak WAMP?
Does anyone have memory leak problems with FrontAccounting? I inserted:
if ($show_sql)
{
$Ajax->activate('footer_debug');
$sql_queries .= "<pre>Memory:".memory_get_usage()."</pre>\n<hr>";
}
in /includes/page/footer.inc at line 36.
It shows memory steadily increasing until PHP gives an out of memory error. I am using WAMP PHP 5.3.5 on Apache 2.2.17. Logging out of FA clears memory, but even just navigating between menu pages shows the memory steadily increasing.
Any suggestions?