Re: some help

Поиск
Список
Период
Сортировка
От Mitch Pirtle
Тема Re: some help
Дата
Msg-id 330532b6050202072375b35d58@mail.gmail.com
обсуждение исходный текст
Ответ на Re: some help  ("Rodolfo J. Paiz" <rpaiz@simpaticus.com>)
Ответы Re: some help  ("Rodolfo J. Paiz" <rpaiz@simpaticus.com>)
Список pgsql-novice
This is because your php.ini is not loading the postgres database
driver. Just find your php.ini, and change the line that says:

;extension=php_pgsql.dll

to:

extension=php_pgsql.dll

(Remove the semicolon and you're golden)

After doing this you will need to restart/reload apache for the config
changes to take effect.

-- Mitch

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Rodolfo J. Paiz"
Дата:
Сообщение: Re: some help
Следующее
От: Tom Lane
Дата:
Сообщение: Re: how to know which object depend of it?