@beermad wrote:
[quote=Sthon @ Feb 24 2009, 12:44 AM]I’ve uncommented extension=php_pdo.dll as well as extension=php_pdo_mysql.dll
When go to a phpinfo page it shows the php.ini and shows that they both are uncommented, however it does not say anything else about php_pdo_mysql.dll or php_pdo.dll What is the expected result of phpinfo in regards to the following extensions?[/quote]
Could it be you need to install some extra modules? I needed to specifically install PDO and PDO_MYSQL on my Linux system; I’m guessing it’s the same on Windows.