From 68070e448c6c8cd09faa75fd70ff11bfea764cc1 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 27 Jun 2011 03:09:15 -0400 Subject: [PATCH] - Fix PHP warning in mailbox_info(), - Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server) --- .htaccess | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index 00e1bf2..704779e 100644 --- a/.htaccess +++ b/.htaccess @@ -16,6 +16,7 @@ php_flag zend.ze1_compatibility_mode Off php_flag suhosin.session.encrypt Off +#php_value session.cookie_path / php_value session.auto_start 0 php_value session.gc_maxlifetime 21600 php_value session.gc_divisor 500 -- Gitblit v1.9.1