]> granicus.if.org Git - php/commitdiff
MFH:- Include timestamp for the leaks. (to make possible matching leaks with access_l...
authorfoobar <sniper@php.net>
Mon, 12 Dec 2005 11:00:57 +0000 (11:00 +0000)
committerfoobar <sniper@php.net>
Mon, 12 Dec 2005 11:00:57 +0000 (11:00 +0000)
Zend/zend_alloc.c

index c9d18f31e23d2432063c2e6ef9e697e0fb90e4f7..bd1df1b47039398c948e4ba8e3ea88326615ed8e 100644 (file)
@@ -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;