diff options
| author | Andi Gutmans <andi@php.net> | 2002-02-26 19:17:26 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2002-02-26 19:17:26 +0000 |
| commit | 7df16012399485632eb4bc709138f39e172f3651 (patch) | |
| tree | aeff7d41d71d44ed485d3b972d80d8fa2564524a /Zend/zend_alloc.h | |
| parent | a3066657170a668fba36ff0fdd799eb2098da56f (diff) | |
| download | php-git-7df16012399485632eb4bc709138f39e172f3651.tar.gz | |
- MFZE1
Diffstat (limited to 'Zend/zend_alloc.h')
| -rw-r--r-- | Zend/zend_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index b799961f0d..c89fbfd04a 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -115,7 +115,7 @@ ZEND_API int _persist_alloc(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); 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); +ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC); #if ZEND_DEBUG ZEND_API int _mem_block_check(void *ptr, int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); |
