]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- increase memory limit when importing .po files
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 4 Jan 2006 14:16:37 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-locale-memory.patch -> 1.1

drupal-locale-memory.patch [new file with mode: 0644]

diff --git a/drupal-locale-memory.patch b/drupal-locale-memory.patch
new file mode 100644 (file)
index 0000000..6e78042
--- /dev/null
@@ -0,0 +1,10 @@
+--- drupal-4.6.5/includes/locale.inc   2005-07-29 22:01:17.000000000 +0300
++++ /tmp/locale.inc    2006-01-03 11:05:40.000000000 +0200
+@@ -122,6 +122,7 @@
+   // If not in 'safe mode', increase the maximum execution time:
+   if (!ini_get('safe_mode')) {
+     set_time_limit(240);
++    ini_set('memory_limit', '128M');
+   }
+   // Check if we have the language already in the database
This page took 0.064288 seconds and 4 git commands to generate.