diff options
author | Brion Vibber <brion@pobox.com> | 2010-12-10 22:08:36 +0000 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-12-10 14:12:02 -0800 |
commit | 3f9b8b293d5071357771ce7a88ffaf530ce229e8 (patch) | |
tree | f6cad6a76dd2bab4c3631b385e6c32c63d21f517 /plugins/TwitterBridge/twitter.php | |
parent | 65f2d12bbf382d65cb525d3885e4bbd2a02c515c (diff) |
Workaround for locally-handled sessions breaking on PHP 5.3 with APC enabled.
Big thanks to the folks at http://pecl.php.net/bugs/bug.php?id=16745 for the secret juju!
Classes were being torn down before session save handlers got called at the end of the request, which exploded with complaints about being unable to find various classes.
Registering a shutdown function lets us explicitly close out the session before everything gets torn down.
Diffstat (limited to 'plugins/TwitterBridge/twitter.php')
0 files changed, 0 insertions, 0 deletions