diff options
author | ctrlaltca@gmail.com <> | 2011-05-25 09:34:54 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-05-25 09:34:54 +0000 |
commit | 15be96d7736550fbf097bb4dd3d4c971ef1f5cc1 (patch) | |
tree | 0ae9feb919e2303d2d034c08bce057540fe6b689 /buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php | |
parent | 8aa27c48cd1b620e3a7dee1e2de2cdc67f4e9874 (diff) |
backported build script fixes to branch/3.1
Diffstat (limited to 'buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php')
-rw-r--r-- | buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|