0
votes

wampserver load php_pgsql.dll error :

PHP Warning: PHP Startup: Unable to load dynamic library 'd:/wamp/bin/php/php5.3.13/ext/php_pgsql.dll' - \xb2\xd9\xd7\xf7\xcf\xb5\xcd\xb3\xce\xde\xb7\xa8\xd4\xcb\xd0\xd0 %1\xa1\xa3\r\n in Unknown on line 0

1

1 Answers

1
votes

Just copy the libpq.dll from your PHP directory to the Apache bin directory.

If it do not work out for you, you have to load libpq.dll in the httpd.conf like below

LoadFile "d:/wamp/bin/php/php5.3.13/libpq.dll"