]> git.donarmstrong.com Git - roundcube.git/blob - debian/roundcube-core.NEWS
Not a definitive solution yet.
[roundcube.git] / debian / roundcube-core.NEWS
1 roundcube (0.3.1-2) unstable; urgency=low
2
3     Starting from Roundcube 0.3, an incompatibility with Suhosin session
4     encryption is present. This can be resolved by tuning php.ini for
5     Roundcube with the "suhosin.session.encrypt" set to "Off".
6
7     We ship a .htaccess in /var/lib/roundcube to disable this
8     option. However, this only works with a webserver like Apache with
9     mod_php. If you are using a webserver with PHP configured as a
10     *CGI process, you need to tune the php.ini for this process:
11     either turn of globally Suhosin session encryption in
12     /etc/php5/conf.d/suhosin or you can provide your own php.ini to
13     php5-cgi with "-c" option.
14
15  -- Vincent Bernat <bernat@debian.org>  Mon, 02 Nov 2009 19:48:22 +0100
16