From 15be96d7736550fbf097bb4dd3d4c971ef1f5cc1 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 25 May 2011 09:34:54 +0000 Subject: backported build script fixes to branch/3.1 --- buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php') diff --git a/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php b/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php index c1e7095f..b53634de 100644 --- a/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php +++ b/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php @@ -157,7 +157,7 @@ class phpDocumentor_setup { phpDocumentor_out("time_limit cannot be set since your in safe_mode, please edit time_limit in your php.ini to allow enough time for phpDocumentor to run"); } - ini_set("memory_limit","256M"); + ini_set("memory_limit","1024M"); $phpver = phpversion(); $phpdocver = PHPDOCUMENTOR_VER; -- cgit v1.2.3