Re: some help

From: Mitch Pirtle <mitch(dot)pirtle(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: some help
Date: 2005-02-02 15:23:59
Message-ID: 330532b6050202072375b35d58@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-02-02 15:49:34 Re: how to know which object depend of it?
Previous Message Rodolfo J. Paiz 2005-02-02 14:57:50 Re: some help