summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-05-25 08:33:11 +0000
committerAndi Gutmans <andi@php.net>2004-05-25 08:33:11 +0000
commitdb90fc4c90d5ec2d4edba507fb164d8bca17599c (patch)
treeb2cf22167edeeb59d7a8b8c383d0530285d03624 /Zend/zend_alloc.h
parent1e36c786ae17b97859c2bc9d9849a5f205d6cc0c (diff)
downloadphp-git-db90fc4c90d5ec2d4edba507fb164d8bca17599c.tar.gz
- Fix memory leak in mem cache in conjunction with Zend MM. How come no one
- noticed this? :)
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r--Zend/zend_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h
index 0e3b864d17..7be3456931 100644
--- a/Zend/zend_alloc.h
+++ b/Zend/zend_alloc.h
@@ -126,7 +126,7 @@ ZEND_API char *_estrndup(const char *s, unsigned int length ZEND_FILE_LINE_DC ZE
ZEND_API int zend_set_memory_limit(unsigned int memory_limit);
ZEND_API void start_memory_manager(TSRMLS_D);
-ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC);
+ZEND_API void shutdown_memory_manager(int silent, int full_shutdown TSRMLS_DC);
#if ZEND_DEBUG
ZEND_API int _mem_block_check(void *ptr, int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);