Okay, let me give you a little background on the issue. Up until know, I've been using Cakephp 1.3.3 with PHP 5.3.2. Now, my site has two parts, a front end for users and my crawlers, which I run at home, again, using Cakephp 1.3.0
My crawlers basically hit RSS feeds for twiter and google blog search. Now, ever since I decided to use my Mac Pro at home for the crawlers, instead of Ubutnu, I've ran into a issue. Basically, when I'm using Snow Leopard at home and the daemon is running, it seems to not encode some of my datarows that are inserted into the db. The only difference between my setups that I can tell, is that Ubuntu is still using the mysql api driver and Snow Leopard, is using the mysqlnd. On my dev site, I've been doing some debugging and found that my articles that have the issues, don't have a proper character encoding, thus is why i'm seeing some strange characters in the title, etc. Now, when I'm running Ubuntu at home for my crawlers, and it's updating my site, I never have any of these issues. Again, they're both running the same version of PHP and the only difference that I can tell when executing a phpinfo(); is the Driver that mysql is using. I've been working on this for the past week. I know it's an encoding issue, where the following characters seem to render incorrectly, such as - or | Anyways, just curious if anyone else has ran into some issues using the mysqlnd. I'm not even 100% that's the culprit, but from all my research, that's what I'm focusing on right now. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
