]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- memory limit increase for routing scripts
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 11 Feb 2006 05:50:13 +0000 (05:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-route-mem.patch -> 1.1

eventum-route-mem.patch [new file with mode: 0644]

diff --git a/eventum-route-mem.patch b/eventum-route-mem.patch
new file mode 100644 (file)
index 0000000..7babb2c
--- /dev/null
@@ -0,0 +1,30 @@
+--- 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', '16M');
+ 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', '16M');
+ 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', '16M');
+ 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.084714 seconds and 4 git commands to generate.