Re: postgresql

From: Philip Olson <philip(at)cornado(dot)com>
To: David Busby <busby(at)pnts(dot)com>
Cc: "Shaikh, Farid-Azhar H(dot) (Bobby)" <bshaikh(at)GryphonLC(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: postgresql
Date: 2003-07-02 06:08:50
Message-ID: Pine.BSF.4.10.10307020606290.19635-100000@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Tue, 1 Jul 2003, David Busby wrote:

> The PHP libraries need to have support for PostgreSQL compiled in.
> PHP Manual: http://www.php.net/manual/en/ref.pgsql.php
> When you download and compile PHP you must enable the --enable-pgsql option
> This will also require the PostgreSQL libraries and header files to be
> present

BTW, --enable-pgsql will not work nor will it show an error as
autoconfig ignores --enable-anythingbogus. So be sure to follow
the above quoted manual page which shows --with-pgsql

Regards,
Philip

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Salah Abdulla 2003-07-02 09:40:15 Upgrade from 7.2.X to 7.3.x
Previous Message David Busby 2003-07-01 23:36:57 Re: postgresql