Re: can't connect to a postgreSQL database from PHP - Mailing list pgsql-php

From Benj
Subject Re: can't connect to a postgreSQL database from PHP
Date
Msg-id 20020811150653.GA2344@imagineasia.com
Whole thread Raw
In response to can't connect to a postgreSQL database from PHP  ("Carlos" <almah@wanadoo.es>)
List pgsql-php
Carlos wrote:

> I get the following error in the web navigator:
> "Fatal Error: Calling to undefined function pg_connect() ...)"

It seems that PHP can't find your pgsql dynamic extension.

Have you edited php.ini to have the correct lines:

    extension_dir = /path/to/php/extensions

    extension=pgsql.so



--
Benjamin Oris Jr. <bastabob@flash.net.ph>
ImagineAsia Animation Studio

pgsql-php by date:

Previous
From: "Carlos"
Date:
Subject: can't connect to a postgreSQL database from PHP
Next
From: "scott.marlowe"
Date:
Subject: Re: can't connect to a postgreSQL database from PHP