I keep getting the error
Uncaught exception 'PDOException' with message 'could not find driver'
Despite "extension = php_pdo_mysql.dll" in my php.ini and such it still does not seem to be loading when i open it up with phpinfo();
Configure Command
'./configure' '--prefix=/usr/local/php5' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--enable-imagick' '--enable-apc' '--enable-soap' '--enable-memcache' '--with-zlib' '--with-openssl=/usr' '--enable-mbstring' '--enable-mbregex' '--with-curl' '--enable-memcached' '--enable-ssh2'
PDO
PDO drivers sqlite, sqlite2
Vanilla MySQL is loaded fine, just not the PDO Mysql for some reason.