From: Zeev Suraski Date: Fri, 17 Aug 2001 14:53:55 +0000 (+0000) Subject: MFZE1 X-Git-Tag: PRE_SUBST_Z_MACROS~468 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b02df6f4ac7d681d6968109300eca36577c7de67;p=php MFZE1 --- 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;