projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4cdc46
)
Hide E_DEPRECATED errors (because of PEAR).
author
Gunnar Wrobel
<p@rdus.de>
Mon, 4 Oct 2010 00:24:12 +0000
(
02:24
+0200)
committer
Gunnar Wrobel
<p@rdus.de>
Mon, 4 Oct 2010 15:19:48 +0000
(17:19 +0200)
components/script/horde-components.php
patch
|
blob
|
history
diff --git
a/components/script/horde-components.php
b/components/script/horde-components.php
index
6c275f5
..
7285a58
100755
(executable)
--- a/
components/script/horde-components.php
+++ b/
components/script/horde-components.php
@@
-8,7
+8,7
@@
if (strpos('@php_dir@', '@php_dir') === 0) {
* We are heavily relying on the PEAR libraries which are not clean with regard
* to E_STRICT.
*/
-error_reporting(E_ALL & ~E_STRICT);
+error_reporting(E_ALL & ~E_STRICT
& ~E_DEPRECATED
);
require_once 'Horde/Autoloader/Default.php';
Components::main();