From eccf9c7abf376c5089a7ff0ccbca62c0707cc4ae Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 12 Dec 2005 11:00:18 +0000 Subject: [PATCH] - 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 287704be1d..1ddc72da4b 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -609,6 +609,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.50.1