I want to connect to PostgreSQL, Im using wamp 64 bit.
I have here
I also uncomment in php.ini the php_pgsql and php_pdo_pgsql. but i can't connect , It gives me error like this :
Error suppression ignored for ( ! ) Fatal error: Call to undefined function pg_connect()
Is there anybody know the solution regarding on my problem. I just need it badly.
Thank you .
I think this will help you.
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;c:\wamp\bin\php\php5.3.0\Just added your php root path at the end.
pdo_pgsql
and php_pgsql
extension using the wamp server menu or by editing your php.ini ; just remove the remark for the above extensions.;extension=php_pgsql.dll
and remove the semicolon at the beginning;extension=php_pdo_pgsql.dll
and remove the semicolon at the beginningHope this helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With