RE: [fw-general] Problems with 'charset' option in db configuration.

2009-06-30 Thread Terre Porter
Not sure if this might help but I just read something about the db charset. this page, http://forums.zend.com/viewtopic.php?f=69 http://forums.zend.com/viewtopic.php?f=69p=3535 p=3535 shows the charset value as utf-8 Terre edit: (resent to list, I hate reply vs reply all) _

Re: [fw-general] Problems with 'charset' option in db configuration.

2009-06-30 Thread holografix .
Hi I think the problem here is with PHP 5.3.0: Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' . This is not defined in PDO. Also think utf-8 as charset value is wrong. Issuing SET NAMES utf-8 in mysql command-line raises an error (error 1115). SET NAMES utf8; works fine. Cheers

RE: [fw-general] Problems with 'charset' option in db configuration.

2009-06-30 Thread Terre Porter
I think the problem here is with PHP 5.3.0: Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' . This is not defined in PDO. Ah, I see. I don't have PHP 5.3.0 to test with here. I did found a bug report for this though, http://bugs.php.net/bug.php?id=47224 Also think utf-8 as