From: foobar Date: Mon, 12 Dec 2005 11:00:18 +0000 (+0000) Subject: - Include timestamp for the leaks. (to make possible matching leaks with access_log... X-Git-Tag: RELEASE_1_0_4~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eccf9c7abf376c5089a7ff0ccbca62c0707cc4ae;p=php - Include timestamp for the leaks. (to make possible matching leaks with access_log entries) --- 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;