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

Zend Developer Zone: P-A-R-T-Y at OSCON!

Robert Basic's Blog: Using the new autoloaders from Zend Framework 1.12

IT Jungle: PHP and the Zend Framework

PHPImpact Blog: Dependency Injection in Zend Framework

HowToForge: How To Install a Complete LEMP on Ubuntu/Debian


Community Events











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


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

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