Re: [fw-general] ZF, phpMyAdmin and Unicode [SOLVED]

2009-08-10 Thread holografix .
Hi You can check this: http://bugs.php.net/bug.php?id=47224 cheers holo 2009/8/10 Ross > Yes, I did. Didn't work in my setup. > I'd say it's not related to php 5.3.0. More likely it's related to a > particular version of PDO MySQL driver or MySQL itself... > Another solution seems to be to avo

Re: [fw-general] ZF, phpMyAdmin and Unicode [SOLVED]

2009-08-09 Thread Ross
Yes, I did. Didn't work in my setup. I'd say it's not related to php 5.3.0. More likely it's related to a particular version of PDO MySQL driver or MySQL itself... Another solution seems to be to avoid developing under WAMP 2.0. On Mon, Aug 10, 2009 at 1:31 AM, holografix . wrote: > Hi > > Did you

Re: [fw-general] ZF, phpMyAdmin and Unicode [SOLVED]

2009-08-09 Thread holografix .
Hi Did you try resources.db.params.driver_options.1002 = "SET NAMES utf8" ? I have this working with php 5.3.0 and didn't need to change zf code. Cheers holo 'driver_options' => array(1002 => "SET NAMES UTF8") 2009/8/9 Ross > Concerning the problem with phpMyAdmin unable to read (and expor

Re: [fw-general] ZF, phpMyAdmin and Unicode [SOLVED]

2009-08-09 Thread Ross
Indeed. Could have saved me a day of debugging if I searched better... On Sun, Aug 9, 2009 at 1:38 PM, mikaelkael wrote: > Seems to be the same as http://framework.zend.com/issues/browse/ZF-7428 > > Mickael > > Ross a écrit : >> >> Concerning the problem with phpMyAdmin unable to read (and export

Re: [fw-general] ZF, phpMyAdmin and Unicode [SOLVED]

2009-08-09 Thread mikaelkael
Seems to be the same as http://framework.zend.com/issues/browse/ZF-7428 Mickael Ross a écrit : Concerning the problem with phpMyAdmin unable to read (and export correctly) Unicode text stored by Zend_Db_Table. In case you are searching the archives here is the solution. First of all, I upload

[fw-general] ZF, phpMyAdmin and Unicode [SOLVED]

2009-08-09 Thread Ross
Concerning the problem with phpMyAdmin unable to read (and export correctly) Unicode text stored by Zend_Db_Table. In case you are searching the archives here is the solution. First of all, I upload the test project to my hoster and wasn't able to reproduce the problem. So it is environment-relate