]> git.pld-linux.org Git - packages/drupal.git/blob - drupal-locale-memory.patch
- use SetHandler None, it's at least documented
[packages/drupal.git] / drupal-locale-memory.patch
1 --- drupal-4.6.5/includes/locale.inc    2005-07-29 22:01:17.000000000 +0300
2 +++ /tmp/locale.inc     2006-01-03 11:05:40.000000000 +0200
3 @@ -122,6 +122,7 @@
4    // If not in 'safe mode', increase the maximum execution time:
5    if (!ini_get('safe_mode')) {
6      set_time_limit(240);
7 +    ini_set('memory_limit', '128M');
8    }
9  
10    // Check if we have the language already in the database
This page took 0.027484 seconds and 3 git commands to generate.