[Fusionforge-commits] r7803 - branches/Branch_4_8/gforge/db

Guillaume Smet gsmet at libremir.placard.fr.eu.org
Wed Jun 10 22:24:38 CEST 2009


Author: gsmet
Date: 2009-06-10 22:24:38 +0200 (Wed, 10 Jun 2009)
New Revision: 7803

Modified:
   branches/Branch_4_8/gforge/db/20021213-2-doc_data-migrate.php
Log:
set the memory_limit for this script higher than the default set in env.inc.php as the whole document is loaded by PHP (and base64encoded so it doesn't help)

Modified: branches/Branch_4_8/gforge/db/20021213-2-doc_data-migrate.php
===================================================================
--- branches/Branch_4_8/gforge/db/20021213-2-doc_data-migrate.php	2009-06-10 20:22:42 UTC (rev 7802)
+++ branches/Branch_4_8/gforge/db/20021213-2-doc_data-migrate.php	2009-06-10 20:24:38 UTC (rev 7803)
@@ -10,6 +10,8 @@
 require_once dirname(__FILE__).'/../www/env.inc.php';
 require $gfwww.'include/squal_pre.php';
 
+ at ini_set('memory_limit', '128M');
+
 // drop and recreate page cache
 //
 //SELECT * FROM doc_data WHERE filename is null;




More information about the Fusionforge-commits mailing list