Revision: 534
          http://pel.svn.sourceforge.net/pel/?rev=534&view=rev
Author:   lsolesen
Date:     2010-06-06 22:45:28 +0000 (Sun, 06 Jun 2010)

Log Message:
-----------
Not reporting E_DEPRECATED.

Modified Paths:
--------------
    trunk/test/run-tests.php

Modified: trunk/test/run-tests.php
===================================================================
--- trunk/test/run-tests.php    2010-03-08 09:48:27 UTC (rev 533)
+++ trunk/test/run-tests.php    2010-06-06 22:45:28 UTC (rev 534)
@@ -24,7 +24,7 @@
 
 /* $Id$ */
 
-error_reporting(E_ALL);
+error_reporting(E_ALL &~E_DEPRECATED);
 
 if (!file_exists(dirname(__FILE__) . '/config.local.php')) {
     echo "Create config.local.php";


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
PEL-commits mailing list
pel-comm...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pel-commits

Reply via email to