pdo is working fine with mysql but with pgsql its giving error \'PDOException\' with message \'could not find driver\' I\'ve installed php5-pgsql p
\'PDOException\' with message \'could not find driver\'
php5-pgsql
Try to remove semicolon in front of
extension=pgsql extension=pgsql.so
included in your php.ini file
You can do that from the XAMPP Control Panel.