Page 1 of 1

PDO, widespread..

Posted: Wed Sep 10, 2008 10:25 am
by panic!
Does anyone know how widely installed this is? Is it a default in php5. I just had a look at a Virtualised version of Ubuntu Server I run in Parallels on my mac (better than mamp I reckon) and it had PDO enabled.

I'm just thinking for portability sake if I should not use it as on some shared servers etc I won't be able to enable PDO if it's not installed.

Re: PDO, widespread..

Posted: Wed Sep 10, 2008 11:16 am
by anjanesh
Magento will not work properly without pdo_mysql enabled.

Re: PDO, widespread..

Posted: Thu Sep 11, 2008 3:21 pm
by matthijs
Propel and symphony are using PDO now
http://phpimpact.wordpress.com/2008/08/ ... of-creole/

Re: PDO, widespread..

Posted: Thu Sep 11, 2008 3:38 pm
by panic!
I think I'm gonna go for PDO and have a mysql fallback adapter!

Thanks guys