PDO is installed and available in all of the PHPs that we offer. You can verify it yourself by checking the output of the phpinfo()
function or with the -i
option at the command line, eg:
$ php80 -i | grep "PDO Driver"
PDO Driver for MySQL => enabled
PDO Driver for PostgreSQL => enabled
PDO Driver for SQLite 3.x => enabled