Index: drush.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/drush.php,v
retrieving revision 1.18
diff -u -p -r1.18 drush.php
--- drush.php	23 Jan 2008 14:57:39 -0000	1.18
+++ drush.php	25 Jan 2008 15:47:58 -0000
@@ -12,6 +12,9 @@
 
 define('DRUSH_DRUPAL_BOOTSTRAP', 'includes/bootstrap.inc');
 
+// Only report fatal php runtime errors
+error_reporting(E_ERROR);
+
 // Terminate immediately unless invoked as a command line script
 if (!drush_verify_cli()) {
   die('drush.php is designed to run via the command line.');
