diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-29 09:36:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-29 09:36:57 +0100 |
commit | 1933ec592f4f82b0adf52c80cb722b8571c57896 (patch) | |
tree | 763daa5ce7a6a6678559c24d7735adfff1b762fb /roundcubemail-0.8.1-strict.patch |
roundcubemail: import from rawhide
Diffstat (limited to 'roundcubemail-0.8.1-strict.patch')
-rw-r--r-- | roundcubemail-0.8.1-strict.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roundcubemail-0.8.1-strict.patch b/roundcubemail-0.8.1-strict.patch new file mode 100644 index 0000000..cb9ddd1 --- /dev/null +++ b/roundcubemail-0.8.1-strict.patch @@ -0,0 +1,11 @@ +--- 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). |