Re: [RCU] Sessions mysql

2010-10-12 Thread A.L.E.C
On 11.10.2010 18:32, Pierre wrote: Now, I'm facing an issue: my session table is too big, How many rows? What DB size? and crashes a lot. What exactly this means? What database/version? Maybe you should try to upgrade or use other database? Is there any plugin, or any solution working, to

Re: [RCU] Roundcube/Apache crashing

2010-10-12 Thread El Reggae Dancer
Hello Alec, thank you for your answer. You are right the iconv is not working correctly and crashed my Apache I tried to run the simple following PHP code which create a core dump. www-n2:rootvi iconv.php ?php $text = abcde; echo iconv('UTF-8', 'ISO-8859-1', $text), PHP_EOL; ? I'll reinstall

Re: [RCU] Roundcube/Apache crashing

2010-10-12 Thread El Reggae Dancer
Hello Alec, I've reinstalled the iconv , I've compiled iconv from GNU. but the PHP still crashed and create a core dump. after simple PHP script. In my php.ini I have no extension=iconv.so I just have [iconv] ;xxx ;xxx so all iconv commented so, how to disable the iconv support in PHP ?

Re: [RCU] Roundcube/Apache crashing

2010-10-12 Thread Eden Caldas
[iconv] comment this line as well. Eden Caldas Consultor de TI e...@linuxfacil.srv.br (81) 9653 7220 LINUX FÁCIL – Consultoria e Serviços em TI 2010/10/12 El Reggae Dancer reggaedan...@ymail.com Hello Alec, I've reinstalled the iconv , I've compiled iconv from GNU. but the PHP still

Re: [RCU] Roundcube/Apache crashing

2010-10-12 Thread Kaz Kylheku
What exactly did you recompile? This is a function in PHP (php_iconv_string) calling the iconv function in your C library, where the thread is actually dying. This looks like it's between between PHP and your C library. If we google php_iconv_string, the very first hit is this: