It's a real bug I think As the doc of PHP says (http://www.php.net/manual/en/ref.pdo.php) : - "PDO ships with PHP 5.1" - "If you're running a PHP 5.1 release, PDO and PDO_SQLITE is included in the distribution"
So PDO MUST be enabled by default, it's the default configuration of PHP 5.1 When a PHP Scripts requires PHP 5.1 and I launch it with my ubuntu box, it could NOT work because the ubuntu's php5 package is not as the default PHP5.1! (By example : Zend Framework which need the pdo extension which is supposed to be enabled...) Is there a reason why ubuntu makes an exception ? Will it be included for the next release ? -- Cannot install PDO and PDO Drivers in PHP5 https://launchpad.net/bugs/50353 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
