PostgreSql 'PDOException' with message 'could not find driver'

后端 未结 9 1887
悲&欢浪女
悲&欢浪女 2020-12-09 15:30

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

9条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 16:06

    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.

提交回复
热议问题