Author: grobmeier
Date: Wed May 27 05:43:28 2009
New Revision: 779007

URL: http://svn.apache.org/viewvc?rev=779007&view=rev
Log:
enabled error_reporting
set default timezone

Modified:
    incubator/log4php/trunk/src/test/php/bootstrap.php

Modified: incubator/log4php/trunk/src/test/php/bootstrap.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/bootstrap.php?rev=779007&r1=779006&r2=779007&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/bootstrap.php (original)
+++ incubator/log4php/trunk/src/test/php/bootstrap.php Wed May 27 05:43:28 2009
@@ -22,6 +22,10 @@
  * @link       http://logging.apache.org/log4php
  */
 
+error_reporting(E_ALL | E_STRICT); 
+
+date_default_timezone_set('Europe/London');
+
 if(!defined('LOG4PHP_DIR')) {
     define('LOG4PHP_DIR', dirname(__FILE__).'/../../main/php');
 }


Reply via email to