From: Andi Gutmans Date: Thu, 22 Jun 2000 18:33:09 +0000 (+0000) Subject: - Change cache size and only initialize part of it. X-Git-Tag: php-4.0.1RC~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93e9520314a257d48e513d1ec805e8e958e03533;p=php - Change cache size and only initialize part of it. --- diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index ae1449eb66..52526d88d9 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -369,12 +369,12 @@ ZEND_API void start_memory_manager(ALS_D) * will yield an endless recursion calling to alloc_globals_ctor() */ for (i=1; i= 2) #define PLATFORM_ALIGNMENT (__alignof__ (align_test)) #else