PDO is enabled by default.
Choose the other database-specific DLL files and either use
dl to load them at runtime, or enable them in
php.ini. For example, this loads the
PDO_SQLITE driver but
leaves the PDO_ODBC driver commented out:
;extension=pdo_odbc
extension=pdo_sqlite