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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user