Re: some help

Поиск
Список
Период
Сортировка
От Rodolfo J. Paiz
Тема Re: some help
Дата
Msg-id 1107375012.5213.40.camel@rodolfo.gt.factorrent.com
обсуждение исходный текст
Ответ на Re: some help  (Mitch Pirtle <mitch.pirtle@gmail.com>)
Ответы Re: some help  ("Rodolfo J. Paiz" <rpaiz@simpaticus.com>)
Список pgsql-novice
On Wed, 2005-02-02 at 10:23 -0500, Mitch Pirtle wrote:
> 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)
>

Note that this filename refers to Windows. Just FYI.

In my case, you've led me one step forward though. Indeed the PHP-PG
stuff is not enabled in Apache, but I'm using CPANEL (a hosting sytem)
which compiles its own Apache... and of course I don't want to break it.

I'm currently looking for ways to either enable this via CPANEL or
rebuild Apache via CPANEL to include PG functionality. Any pointers
welcome while I attempt this, too.

Cheers,

--
Rodolfo J. Paiz <rpaiz@simpaticus.com>


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

Предыдущее
От: Tim Goodaire
Дата:
Сообщение: Re: How to "COPY schema1.table TO schema2.table" ?
Следующее
От:
Дата:
Сообщение: pgsql and adodb's genID() for unique id sequence...