Wampserver: problems to load php_pdo_pgsql and php_pgsql modules

后端 未结 3 1613
悲哀的现实
悲哀的现实 2021-01-13 03:10

Wampserver has a problem when loading php_pdo_pgsql and php_pgsql modules. After searching on several forums the solution is to download from http://www.bmedon.net/download.

3条回答
  •  隐瞒了意图╮
    2021-01-13 03:57

    You have to load libpq.dll that comes with php, in the httpd.conf like this:

    LoadFile "c:/wamp/bin/php/php5.4.3/libpq.dll"
    

    It worked for me

提交回复
热议问题