简体   繁体   中英

wampserver load php_pgsql.dll error

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

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"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM