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

index 287704be1d88fca46025436df9ef62e719e74285..1ddc72da4bd3546f7bbbaf045a060a79673bb36b 100644 (file)
@@ -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;