Re: PHP 4.0.4pl1 / Beta 5

From: Sascha Schumann <sascha(at)schumann(dot)cx>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Larry Rosenman <ler(at)lerctr(dot)org>, Mitch Vincent <mitch(at)venux(dot)net>, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PHP 4.0.4pl1 / Beta 5
Date: 2001-02-19 10:13:20
Message-ID: Pine.LNX.4.33.0102191108090.299-100000@eco.foo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 18 Feb 2001, Bruce Momjian wrote:

> Just shoot it over to the PHP folks. Seems they are already on top if
> it. I don't want to work around their normal system unless necessary.

I've committed an autoconf check, so PHP 4.0.5 and upwards
will be compatible with existing and future PostgreSQL
versions. Additionally, discussions about starting the
release process for 4.0.5 have commenced.

It'd be cool, if PostgreSQL and/or the C front-end would have
a numeric version indicator which we could use to check for
features, etc.

#include <libpq-fe.h>
#if defined(PGSQL_FE_VERSION) && PGSQL_FE_VERSION < 20010210
# include <postgres.h>
#endif

- Sascha

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-02-19 10:23:57 AW: GET DIAGNOSTICS (was Re: Open 7.1 items)
Previous Message Peter T Mount 2001-02-19 09:05:58 Re: beta5 ...