Re: can't connect to a postgreSQL database from PHP

Поиск
Список
Период
Сортировка
От Benj
Тема Re: can't connect to a postgreSQL database from PHP
Дата
Msg-id 20020811150653.GA2344@imagineasia.com
обсуждение исходный текст
Ответ на can't connect to a postgreSQL database from PHP  ("Carlos" <almah@wanadoo.es>)
Список 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 по дате отправления:

Предыдущее
От: "Carlos"
Дата:
Сообщение: can't connect to a postgreSQL database from PHP
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: can't connect to a postgreSQL database from PHP