I've been handled down this project, which is running PHP 5.3.6 with PDO support disabled.
I have a cPanel login to interface with the server. What would be the process to install/enable PDO MysQL support?
[EDIT] Looking at a phpinfo dump, I see:
Configure Command './configure' '--disable-fileinfo' '--disable-pdo'
Changing --disable-pdo to --enable-pdo would do it? How/where do I change those settings?