Re: How to verify PHP has PostgreSQL support?

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-php(at)postgresql(dot)org>, "Mark Christenson" <mark(dot)christenson(at)alumni(dot)stanford(dot)org>
Subject: Re: How to verify PHP has PostgreSQL support?
Date: 2000-12-11 13:57:33
Message-ID: 002301c0637a$4f5e1660$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

As someone else said. If it was an error because it doesn't have pgsql
support, you would get an undefined function error, not a parse error.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Mark Christenson" <mark(dot)christenson(at)alumni(dot)stanford(dot)org>
To: <pgsql-php(at)postgresql(dot)org>
Sent: Saturday, December 09, 2000 3:00 PM
Subject: [PHP] How to verify PHP has PostgreSQL support?

> I ran configure and used the --with-pgsql option. Things seemed to
> build okay. However, when I run a web page with a pg_Connect
> statement, I get a parse error, which leads me to believe PHP doesn't
> have the correct flags set.
>
> I realize this may be more of a PHP question, but I'm hoping somebody
> here can help ;-)
>
> Mark

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Aarmel 2000-12-12 05:12:08 I give up.
Previous Message Hervé Piedvache 2000-12-11 09:46:08 Re: pg_pconnect - Really persistent ?