diff options
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 6fdbf96a09..29aa3bca69 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -307,10 +307,8 @@ ZEND_API int zend_set_memory_limit(unsigned int memory_limit) } -ZEND_API void start_memory_manager(void) +ZEND_API void start_memory_manager(ALS_D) { - ALS_FETCH(); - AG(phead) = AG(head) = NULL; #if MEMORY_LIMIT |