I had a problem getting the pdo_mysql extension to work properly.  I figured out that inorder to use extensions beginning with pdo you need to also have php_pdo.dll in the extensions as well. The php_pdo.dll extension must also be added to the php.ini file before any of the other extensions with pdo in the name. Hope This helps anyone else who might be stuck.