From 379cd5a6df99f2a5388e88400daca3e0509aa476 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 12 Dec 2005 11:00:57 +0000 Subject: [PATCH] MFH:- Include timestamp for the leaks. (to make possible matching leaks with access_log entries) --- Zend/zend_alloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index c9d18f31e2..bd1df1b470 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -558,6 +558,7 @@ ZEND_API void shutdown_memory_manager(int silent, int full_shutdown TSRMLS_DC) grand_total_leaks++; if (!silent) { + zend_message_dispatcher(ZMSG_LOG_SCRIPT_NAME, NULL); zend_message_dispatcher(ZMSG_MEMORY_LEAK_DETECTED, t); } t->reported = 1; -- 2.40.0