PDO, widespread..

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

PDO, widespread..

Post 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.
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Re: PDO, widespread..

Post by anjanesh »

Magento will not work properly without pdo_mysql enabled.
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: PDO, widespread..

Post by matthijs »

Propel and symphony are using PDO now
http://phpimpact.wordpress.com/2008/08/ ... of-creole/
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

Re: PDO, widespread..

Post by panic! »

I think I'm gonna go for PDO and have a mysql fallback adapter!

Thanks guys
Post Reply