Skip to content

Instantly share code, notes, and snippets.

@phirework
Created January 13, 2014 22:35
Show Gist options
  • Save phirework/8409452 to your computer and use it in GitHub Desktop.
Save phirework/8409452 to your computer and use it in GitHub Desktop.
Drupal settings.php
// Add this to bottom of default settings.php file
error_reporting(E_ALL & ~E_STRICT);
ini_set('memory_limit', '1024M');
set_time_limit(120);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment