SOURCES: eventum-mem-limits.patch - memory limit patches merged

glen glen at pld-linux.org
Mon Sep 4 23:08:22 CEST 2006


Author: glen                         Date: Mon Sep  4 21:08:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- memory limit patches merged

---- Files affected:
SOURCES:
   eventum-mem-limits.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/eventum-mem-limits.patch
diff -u SOURCES/eventum-mem-limits.patch:1.3 SOURCES/eventum-mem-limits.patch:1.4
--- SOURCES/eventum-mem-limits.patch:1.3	Tue Jun 20 08:55:07 2006
+++ SOURCES/eventum-mem-limits.patch	Mon Sep  4 23:08:17 2006
@@ -41,3 +41,33 @@
  // we need the IMAP extension for this to work
  if (!function_exists('imap_open')) {
      echo "Error: Eventum requires the IMAP extension in order to download messages saved on a IMAP/POP3 mailbox.\n";
+--- eventum-20060210/misc/route_drafts.php~	2006-02-11 07:27:35.000000000 +0200
++++ eventum-20060210/misc/route_drafts.php	2006-02-11 07:28:23.000000000 +0200
+@@ -27,6 +27,7 @@
+ //
+ // @(#) $Id$
+ //
++ini_set('memory_limit', '256M');
+ include_once("../config.inc.php");
+ include_once(APP_INC_PATH . "db_access.php");
+ include_once(APP_INC_PATH . "class.routing.php");
+--- eventum-20060210/misc/route_emails.php~	2006-02-11 07:27:35.000000000 +0200
++++ eventum-20060210/misc/route_emails.php	2006-02-11 07:28:43.000000000 +0200
+@@ -27,6 +27,7 @@
+ //
+ // @(#) $Id$
+ //
++ini_set('memory_limit', '256M');
+ include_once("../config.inc.php");
+ include_once(APP_INC_PATH . "db_access.php");
+ include_once(APP_INC_PATH . "class.routing.php");
+--- eventum-20060210/misc/route_notes.php~	2006-02-11 07:27:35.000000000 +0200
++++ eventum-20060210/misc/route_notes.php	2006-02-11 07:28:54.000000000 +0200
+@@ -27,6 +27,7 @@
+ //
+ // @(#) $Id$
+ //
++ini_set('memory_limit', '256M');
+ include_once("../config.inc.php");
+ include_once(APP_INC_PATH . "db_access.php");
+ include_once(APP_INC_PATH . "class.routing.php");
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-mem-limits.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list