Re: How to verify PHP has PostgreSQL support?

Поиск
Список
Период
Сортировка
От Adam Lang
Тема Re: How to verify PHP has PostgreSQL support?
Дата
Msg-id 002301c0637a$4f5e1660$330a0a0a@6014cwpza006
обсуждение исходный текст
Ответ на How to verify PHP has PostgreSQL support?  (Mark Christenson <mark.christenson@alumni.stanford.org>)
Список 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.christenson@alumni.stanford.org>
To: <pgsql-php@postgresql.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


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

Предыдущее
От: Doug Semig
Дата:
Сообщение: Re: How to verify PHP has PostgreSQL support?
Следующее
От: Hervé Piedvache
Дата:
Сообщение: Re: pg_pconnect - Really persistent ?