Your message dated Fri, 8 Jan 2010 17:35:14 +0100
with message-id <[email protected]>
and subject line #501313: php5: lack of session.gc_probability breaks roundcube
has caused the Debian Bug report #501313,
regarding php5: lack of session.gc_probability breaks roundcube
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
501313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501313
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5
Severity: normal


RoundCube webmail and probably some other web applications install their
own session handlers via php functions. They store sessions in their own
databases and handle garbage collection on their own.

In default etch installation, php5 ships with session.gc_probability
setting turned off. It clears "file based" sessions wtih the cronjob,
but aforementioned webapps get no chance to run their garbage
collectors. Is it possible to have both gc_probability set, and the
cronjob running in a default install ?

Also, I have experienced that setting gc_probability in
/etc/php5/apache2/php.ini had no effect ( observed with a low, divisor
and over a long time ) but setting it with the following function call
managed to run the custom garbage collection, If this is not intentionally disabled in the package compilation, that might be a bug.
ini_set('session.gc_probability', 1);



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-xen-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)




--- End Message ---
--- Begin Message ---
Version: 5.2.6.dfsg.1-1+lenny4

gc_probability is set to non-zero in current stable (lenny)

-- 
Ondřej Surý <[email protected]>
http://blog.rfc1925.org/


--- End Message ---

Reply via email to