aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <christian.weiske@netresearch.de>2014-06-13 11:29:25 +0200
committerChristian Weiske <christian.weiske@netresearch.de>2014-06-13 11:29:25 +0200
commitcd8a7a527e9586c22695487cd7b470c60d2fa0f3 (patch)
tree4b73ee7295e9e59317f51d9d8cefefb95f67fc23
parent94b076f028c2a12f522887caf02b6289957cf4fe (diff)
downloadphorkie-cd8a7a527e9586c22695487cd7b470c60d2fa0f3.tar.gz
phorkie-cd8a7a527e9586c22695487cd7b470c60d2fa0f3.zip
PEAR is not E_STRICT compliant
-rw-r--r--www/www-header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/www-header.php b/www/www-header.php
index b58bd95..f13108d 100644
--- a/www/www-header.php
+++ b/www/www-header.php
@@ -1,5 +1,6 @@
<?php
namespace phorkie;
+error_reporting(error_reporting() & ~E_STRICT);
session_start();
require_once __DIR__ . '/../src/phorkie/autoload.php';