phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5339 - phpcompta/tags/rel660/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5339 - phpcompta/tags/rel660/include
Date: Thu, 8 Aug 2013 23:50:39 +0200 (CEST)

Author: danydb
Date: 2013-08-08 23:50:38 +0200 (Thu, 08 Aug 2013)
New Revision: 5339

Modified:
   phpcompta/tags/rel660/include/constant.php
Log:
PDF problem, need to increase memory

Modified: phpcompta/tags/rel660/include/constant.php
===================================================================
--- phpcompta/tags/rel660/include/constant.php  2013-08-04 19:12:29 UTC (rev 
5338)
+++ phpcompta/tags/rel660/include/constant.php  2013-08-08 21:50:38 UTC (rev 
5339)
@@ -44,7 +44,7 @@
 ini_set ('session.use_only_cookies','on');
 ini_set ('magic_quotes_gpc','off');
 ini_set ('max_execution_time',240);
-ini_set ('memory_limit','20M');
+ini_set ('memory_limit','256M');
 ini_set ('default_charset',"UTF-8");
 @ini_set ('session.use_trans_sid','on');
 @session_start();
@@ -60,13 +60,10 @@
 $g_failed="<span style=\"font-size:18px;color:red\">&#x2716;</span>";
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
 /* uncomment for development */
-/*
 define ('SVNINFO',5900);
 define ("DEBUG",true);
-*/
 
 $version_phpcompta=SVNINFO;
-define ("DEBUG",false);
 /* define ('SVNINFO',5015);
  * $version_phpcompta=SVNINFO;
  * define ("DEBUG",true);



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]