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

cvs at kolab.org cvs at kolab.org
Sat Jan 9 00:39:00 CET 2010


Author: gunnar

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

Modified Files:
	php.ini.template.in 
Log Message:
Added a dirty hack that adds a fixed timezone setting in php.ini. This needs somewhat more elaborate fixing as it is probably required to put the choice of the timezone into the bootstrapping.

Index: php.ini.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/php.ini.template.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- php.ini.template.in	13 Dec 2009 18:04:37 -0000	1.11
+++ php.ini.template.in	8 Jan 2010 23:38:58 -0000	1.12
@@ -39,5 +39,15 @@
 include_path          = ".:@phplibdir@:@phplibdir2@:@phppeardir@"
 safe_mode_include_dir = "@phplibdir@/"
 
+; FIXME: Do not hardcode the timezone setting
+;
+; The value used below is of course no acceptable setting:
+; But the parameter is required for newer PHP versions as these
+; versions refrain from using the timezone detected via the system setting.
+;
+; It is probably necessary to add the parameter to kolab_bootstrap but 
+; before doing that I add this temporary setting to allow Horde to run.
+date.timezone = Europe/Berlin
+
 [Session]
 session.save_path = @webserver_sessions@





More information about the commits mailing list