I read that PDO is not supported well (buggy) in php 5.2. I would like to how buggy is PDO in PHP 5.2?

link|improve this question

feedback

closed as not constructive by Robert Harvey Aug 2 '11 at 18:48

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

I've used PDO with PHP 5.2 (mainly with MySQL databases ; sometimes with Doctrine or Zend Framework, which use PDO underneath) for years, including on some big/important projects, and have never met any kind of critical bug.


As a sidenote : PHP 5.2 itself is not quite supported anymore, as it's reached its end-of-support

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.