1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

- Include timestamp for the leaks. (to make possible matching leaks with access_log entries)

This commit is contained in:
foobar
2005-12-12 11:00:18 +00:00
parent c354d5e0f6
commit eccf9c7abf
+1
View 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;