]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- must increase memory limit before including anything, otherwise will fail already...
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Dec 2005 18:16:30 +0000 (18:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-cron.patch -> 1.3

drupal-cron.patch

index d3209e981cb62a003e5db0654cc8d6fba465c0ab..223727f7919f22972382f5f7c9d0641dc64e70a2 100644 (file)
    }
  
 --- ./cron.php~        2005-01-09 11:22:38.000000000 +0200
-+++ ./cron.php 2005-12-05 13:27:39.904990542 +0200
-@@ -12,6 +12,7 @@
- // If not in 'safe mode', increase the maximum execution time:
- if (!ini_get('safe_mode')) {
-   set_time_limit(240);
++++ ./cron.php 2005-12-09 20:13:27.000000000 +0200
+@@ -6,6 +6,11 @@
+  * Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
+  */
++// If not in 'safe mode', increase the memory limit
++if (!ini_get('safe_mode')) {
 +  ini_set('memory_limit', '12M');
- }
++}
++
+ include_once 'includes/bootstrap.inc';
+ include_once 'includes/common.inc' ;
  
- // Check if the last cron run completed
This page took 0.030739 seconds and 4 git commands to generate.