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
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Bruce Momjian
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Tom Lane
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Bruce Momjian
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Tom Lane
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Tom Lane
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- old include files (was Re: [HACKERS] PHP 4.0.4pl1... Tom Lane
- Re: old include files (was Re: [HACKERS] PHP 4.0.... Lamar Owen
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Tom Lane