mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
adhere to silence
This commit is contained in:
parent
7b4ec88d76
commit
1e70f45112
@ -563,7 +563,7 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC)
|
||||
}
|
||||
}
|
||||
|
||||
if (grand_total_leaks > 0) {
|
||||
if (!silent && grand_total_leaks > 0) {
|
||||
zend_message_dispatcher(ZMSG_MEMORY_LEAKS_GRAND_TOTAL, &grand_total_leaks);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user