[roundcubemail] Add patch.

Jon Ciesla limb at fedoraproject.org
Mon Mar 12 19:52:54 UTC 2012


commit 06768103ea18fd403c8e040eaf6fcebbf49539de
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Mar 12 14:52:46 2012 -0500

    Add patch.

 roundcubemail-0.7.2-strict.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/roundcubemail-0.7.2-strict.patch b/roundcubemail-0.7.2-strict.patch
new file mode 100644
index 0000000..615a905
--- /dev/null
+++ b/roundcubemail-0.7.2-strict.patch
@@ -0,0 +1,11 @@
+--- program/include/iniset.php~	2012-03-12 14:35:39.000000000 -0500
++++ program/include/iniset.php	2012-03-12 14:39:50.253176744 -0500
+@@ -66,7 +66,7 @@
+     die("Fatal error: ini_set/set_include_path does not work.");
+ }
+ 
+-ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT));
++ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT);
+ 
+ // increase maximum execution time for php scripts
+ // (does not work in safe mode)


More information about the scm-commits mailing list