gunnar: server/kolabd/kolabd/templates php.ini.template.in, 1.12, 1.13

cvs at kolab.org cvs at kolab.org
Thu Jan 21 20:58:36 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv6079/kolabd/templates

Modified Files:
	php.ini.template.in 
Log Message:
Make sure we don't end up with thousands of deprecated notices in the PHP log. Our apps are not yet ready for that.

Index: php.ini.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/php.ini.template.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- php.ini.template.in	8 Jan 2010 23:38:58 -0000	1.12
+++ php.ini.template.in	21 Jan 2010 19:58:34 -0000	1.13
@@ -30,7 +30,7 @@
                             ; the setting is "1". The setting will be removed in PHP 6 and "0"
                             ; will be the default then.
 
-error_reporting    = E_ALL
+error_reporting    = E_ALL & ~E_DEPRECATED
 error_log          = @webserver_logdir@/php/php-errors.log
 upload_tmp_dir     = @webserver_tmpdir@
 





More information about the commits mailing list