/[packages]/cauldron/roundcubemail/current/SOURCES/roundcubemail-0.8.1-strict.patch
ViewVC logotype

Contents of /cauldron/roundcubemail/current/SOURCES/roundcubemail-0.8.1-strict.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 291171 - (show annotations) (download)
Sun Sep 9 15:36:12 2012 UTC (11 years, 6 months ago) by dams
File size: 505 byte(s)
- new version 0.8.1
- add a patch from fedora to fix php settings
- clean and update specfile

1 --- a/program/include/iniset.php 2012-08-20 10:19:53.000000000 -0500
2 +++ b/program/include/iniset.php 2012-08-20 10:22:57.372357067 -0500
3 @@ -24,7 +24,7 @@
4 */
5
6 $config = array(
7 - 'error_reporting' => E_ALL &~ (E_NOTICE | E_STRICT),
8 + 'error_reporting' => E_ALL & ~E_NOTICE & ~E_STRICT,
9 // Some users are not using Installer, so we'll check some
10 // critical PHP settings here. Only these, which doesn't provide
11 // an error/warning in the logs later. See (#1486307).

  ViewVC Help
Powered by ViewVC 1.1.30