News Feed
Jobs Feed
Sections




News Archive
Martin Psinas' Blog:
Switching to PDO
August 04, 2011 @ 10:17:59

In a new post to his blog Martin Psinas talks about some of his pains experienced with upgrading his code to use PDO instead of the mysql extension for database interaction.

I read not too long ago that the mysql library in PHP is being deprecated as of v6.0 in favor of mysqli or PDO, so of course I had to update all of my database code keep on top of things. I spent about 5 or 6 hours over the course of 2 days familiarizing myself with the new syntax and updating my code offline. Without any testing, I decided I could go ahead and push the code "live" because I'm just that over-confident sometimes, although I did make a backup in case anything went wrong (or so I thought).

Two problems jumped out immediately - a SQL error caused by this bug and the other being a problem with preparing his statement inside of a session handling method.

0 comments voice your opinion now!
pdo mysql switch problem prepare session limit bug


blog comments powered by Disqus

Similar Posts

Wolfgang Drews' Blog: More on PHP Logos

Community News: Freeform Framework Announcement

Gonzalo Ayuso's Blog: Database connection pooling with PHP and gearman

Internet Super Hero Blog: Compiling mysqlnd with PHP 5.2/5.3/6.0

Stefan Priebsch's Blog: Mastering phpMyAdmin Book Review


Community Events











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


symfony2 conference community zendframework2 release development unittest framework series phpunit language testing usergroup opinion podcast database interview rest introduction functional

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