From b02df6f4ac7d681d6968109300eca36577c7de67 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 17 Aug 2001 14:53:55 +0000 Subject: [PATCH] MFZE1 --- Zend/zend_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 0a9891fea6..a53b32a0af 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -406,7 +406,7 @@ ZEND_API void start_memory_manager(TSRMLS_D) AG(phead) = AG(head) = NULL; #if MEMORY_LIMIT - AG(memory_limit) = 1<<30; /* rediculous limit, effectively no limit */ + AG(memory_limit) = 1<<30; /* ridiculous limit, effectively no limit */ AG(allocated_memory) = 0; AG(memory_exhausted) = 0; AG(allocated_memory_peak) = 0; -- 2.50.1