]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- memory limit patches merged
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2006 21:08:17 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-mem-limits.patch -> 1.4

eventum-mem-limits.patch

index 3ef4f6fe5ec7b49d9a18034e43d8ed96e8a5897b..923075d28074df7565725390b0ca512d3a088504 100644 (file)
  // 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");
This page took 0.039285 seconds and 4 git commands to generate.