[Tickets #8482] Re: Session not cleaned up in alarms.php

bugs at horde.org bugs at horde.org
Fri Nov 13 01:51:01 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8482
------------------------------------------------------------------------------
  Ticket             | 8482
  Updated By         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | Session not cleaned up in alarms.php
  Queue              | Horde Base
  Version            | HEAD
  Type               | Enhancement
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Horde Developers, Jan Schneider
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2009-11-12 20:51) wrote:

What about only registering the shutdown function if we are running  
from the cli? i.e.:

-        register_shutdown_function(array($this, '_shutdown'));
+        if ($this->_console) {
+            register_shutdown_function(array($this, '_shutdown'));
+        }
      }







More information about the bugs mailing list