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?
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.
|
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.
| |||
|
feedback
|