1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00

*** empty log message ***

This commit is contained in:
Zeev Suraski
1999-12-27 17:24:33 +00:00
parent ebd4445ba2
commit 1ad06e428d

View File

@@ -397,6 +397,10 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache)
zval display_memory_cache_stats;
int i, j;
if (clean_cache) {
/* we're shutting down completely, don't even touch the INI subsystem */
break;
}
if (zend_get_ini_entry("display_memory_cache_stats", sizeof("display_memory_cache_stats"), &display_memory_cache_stats)==FAILURE) {
break;
}