News Feed
Jobs Feed
Sections




News Archive
Content with Style Blog:
Zend Framework DB and Mysql pre 5.17
October 09, 2009 @ 10:33:12

The Content with Style blog has a gotcha that Zend Framework developers could come across if they're using MySQL pre-5.17:

was getting weird errors when running multiple queries with Zend Framework, that I just couldn't replicate on my local environment. [...] Turns out the server runs MySQL pre 5.17.

This caused a stack trace error where the queries wouldn't run correctly. The solution was (like the error message suggests) turning on query buffering with the "PDO::MYSQL_ATTR_USE_BUFFERED_QUERY" in the PDO connection's parameters. You can find out more information about the parameters you can pass to the adapter in this section on the Zend Framework' Zend_Db manual page.

0 comments voice your opinion now!
mysql prepare query zendframework zenddb


blog comments powered by Disqus

Similar Posts

International PHP Magazine: IPM Poll Question: Which is your Favorite CMS written in PHP?

Zend Developer Zone: PHP Abstract Podcast Episode 37: Zend Framework 1.5

Chris Hartjes' Blog: Zend_Service_Audioscrobbler moves to Zend Framework Core

Rob Allen's Blog: An introduction to Zend\EventManager

Edin Kadribasic's Blog: PHP 4.4.3 for Windows with 5.0.22 MySQL libraries


Community Events











Don't see your event here?
Let us know!


database community framework interview example functional object code introduction zendframework2 composer development testing series language podcast api conference release opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework