[Tickets #10149] Re: imp removes backslashes form composeform on reload

bugs at horde.org bugs at horde.org
Mon Jun 6 07:14:27 UTC 2011


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/10149
------------------------------------------------------------------------------
  Ticket           | 10149
  Aktualisiert Von | michael.menge at zdv.uni-tuebingen.de
  Zusammenfassung  | imp removes backslashes form composeform on reload
  Warteschlange    | IMP
  Version          | 4.3.9
  Typ              | Bug
  Status           | Feedback
  Priorität        | 1. Low
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


michael.menge at zdv.uni-tuebingen.de (2011-06-06 07:14) hat geschrieben:

I hope the following Version and Config Informations will help to  
reproduce the bug.


Horde: 3.3.11
Imp: H3 (4.3.9)
PHP Version: 5.2.13
memcache: 3.0.4

all cache and session entries from Horde conf.php
$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = false;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['sessionhandler']['type'] = 'none';
$conf['sessionhandler']['memcache'] = true;
$conf['group']['cache'] = true;
$conf['share']['cache'] = true;
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['driver'] = 'memcache';
$conf['memcache']['hostspec'] = array('localhost');
$conf['memcache']['port'] = array('11211');
$conf['memcache']['weight'] = array();
$conf['memcache']['persistent'] = true;
$conf['memcache']['c_threshold'] = 0;
$conf['memcache']['compression'] = true;
$conf['memcache']['large_items'] = true;
$conf['memcache']['enabled'] = true;

All cach entries from IMP conf.php
$conf['server']['cache_folders'] = true;
$conf['server']['cachejs'] = 'none';
$conf['server']['cachecss'] = 'none';
$conf['msgcache']['use_msgcache'] = false;
$conf['mlistcache']['lifetime'] = 604800;
$conf['mlistcache']['use_mlistcache'] = true;

Session and cach entries from php.ini

session.save_handler = files
session.save_path = "/zdv-system/data/session"
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly = 0
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor     = 1000
session.gc_maxlifetime = 1800
session.bug_compat_42 = 0
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 16
session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 1
session.hash_bits_per_character = 5
extension=memcache.so







More information about the bugs mailing list