summaryrefslogtreecommitdiffstats
path: root/roundcubemail-0.8.1-strict.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-04 11:11:09 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-04 11:11:09 +0200
commitaa4ea394a615bb99edc360ddf5a93b8b4df39547 (patch)
tree0e785b9c014087cd375122eaa2ad709d4699d513 /roundcubemail-0.8.1-strict.patch
parentd963afc8d7cd50aadf59ddd4d359fc0e47e180bf (diff)
roundcubemail: 0.9.0
Diffstat (limited to 'roundcubemail-0.8.1-strict.patch')
-rw-r--r--roundcubemail-0.8.1-strict.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/roundcubemail-0.8.1-strict.patch b/roundcubemail-0.8.1-strict.patch
deleted file mode 100644
index cb9ddd1..0000000
--- a/roundcubemail-0.8.1-strict.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- program/include/iniset.php~ 2012-08-20 10:19:53.000000000 -0500
-+++ program/include/iniset.php 2012-08-20 10:22:57.372357067 -0500
-@@ -24,7 +24,7 @@
- */
-
- $config = array(
-- 'error_reporting' => E_ALL &~ (E_NOTICE | E_STRICT),
-+ 'error_reporting' => E_ALL & ~E_NOTICE & ~E_STRICT,
- // Some users are not using Installer, so we'll check some
- // critical PHP settings here. Only these, which doesn't provide
- // an error/warning in the logs later. See (#1486307).