[HACKERS] PHP and PostgreSQL 8.5 compatibility

2009-12-25 Thread Matteo Beccati
Hi everyone, I'm glad to announce that the pgsql and PDO PHP extensions test suites are now passing when used with 8.5-cvs. Mostly it was just a matter of updating the tests themselves, but a bug in PDO_PgSQL dealing with the new hex format affecting only the 5.2.x branch was fixed during the

Re: [INTERFACES] Re: [HACKERS] PHP and PostgreSQL

2001-01-23 Thread Adam Haberlach
On Mon, Jan 22, 2001 at 11:55:56PM -0500, Bruce Momjian wrote: > > On Wed, Dec 27, 2000 at 12:56:26AM -0500, Bruce Momjian wrote: > > > I have been asked by the major PHP developer Rasmus Lerdorf to see if > > > the PostgreSQL/PHP interface needs any improvements. > > > > > > Is the current Postg

Re: [INTERFACES] Re: [HACKERS] PHP and PostgreSQL

2001-01-22 Thread Bruce Momjian
Would to send this over to the PHP folks for inclusion? Thanks. > On Wed, Dec 27, 2000 at 12:56:26AM -0500, Bruce Momjian wrote: > > I have been asked by the major PHP developer Rasmus Lerdorf to see if > > the PostgreSQL/PHP interface needs any improvements. > > > > Is the current PostgreSQL

Re: [INTERFACES] Re: [HACKERS] PHP and PostgreSQL

2001-01-01 Thread Bruce Momjian
Does this requested chagne have to do with Apache or PostgreSQL? w wrote: > > > > I have been asked by the major PHP developer Rasmus Lerdorf to see > > if > > the PostgreSQL/PHP interface needs any improvements. > > > > Is the current PostgreSQL interface module in PHP

Re: [HACKERS] PHP and PostgreSQL

2001-01-01 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > Now what happens is if someone browses the phorums for a little while, and > then switches to pages that use our own db classes, you get random slowdowns > (ie. a select occurs, and then times out after 2 mins or so). > If you use psql, and p

RE: [HACKERS] PHP and PostgreSQL

2001-01-01 Thread Christopher Kings-Lynne
to:[EMAIL PROTECTED]]On Behalf Of Bruce Momjian > Sent: Tuesday, January 02, 2001 11:58 AM > To: Rod Taylor > Cc: [EMAIL PROTECTED] > Subject: Re: [HACKERS] PHP and PostgreSQL > > > This is interesting. I always wondered how the persistent connection > stuff handled this, and

Re: [HACKERS] PHP and PostgreSQL

2001-01-01 Thread Rod Taylor
It was obviously designed with MySQL's "Nobody needs transactions for webwork" type of situation in mind. > This is interesting. I always wondered how the persistent connection > stuff handled this, and not I see that it doesn't. > > [ Charset ISO-8859-1 unsupported, converting... ] > > > The on

Re: [HACKERS] PHP and PostgreSQL

2001-01-01 Thread Bruce Momjian
This is interesting. I always wondered how the persistent connection stuff handled this, and not I see that it doesn't. [ Charset ISO-8859-1 unsupported, converting... ] > > The only problem we have run into (and I have heard of others having this > > problem also) is with persistent connections

Re: [HACKERS] PHP and PostgreSQL

2001-01-01 Thread Bruce Momjian
Yes, please send them over to the PHP folks. Thanks. > On Wed, Dec 27, 2000 at 12:56:26AM -0500, Bruce Momjian wrote: > > I have been asked by the major PHP developer Rasmus Lerdorf to see if > > the PostgreSQL/PHP interface needs any improvements. > > > > Is the current PostgreSQL interface mo

Re: [HACKERS] PHP and PostgreSQL

2000-12-27 Thread Adam Haberlach
On Wed, Dec 27, 2000 at 12:56:26AM -0500, Bruce Momjian wrote: > I have been asked by the major PHP developer Rasmus Lerdorf to see if > the PostgreSQL/PHP interface needs any improvements. > > Is the current PostgreSQL interface module in PHP adequate? Does it > support all the current libpq fe

Re: [HACKERS] PHP and PostgreSQL

2000-12-27 Thread Rod Taylor
> The only problem we have run into (and I have heard of others having this > problem also) is with persistent connections. I have seen discussion on > persistent connection problems but I'm not sure the problem was ever > resolved. The problem we have seen is that when using persistent > connec

Re: [HACKERS] PHP and PostgreSQL

2000-12-27 Thread Daniele Orlandi
Bruce Momjian wrote: > > I have been asked by the major PHP developer Rasmus Lerdorf to see if > the PostgreSQL/PHP interface needs any improvements. > > Is the current PostgreSQL interface module in PHP adequate? Does it > support all the current libpq features? > > If not, would someone subm

RE: [HACKERS] PHP and PostgreSQL

2000-12-27 Thread Matthew
I have been asked by the major PHP developer Rasmus Lerdorf to see if the PostgreSQL/PHP interface needs any improvements. Is the current PostgreSQL interface module in PHP adequate? Does it support all the current libpq features? The only problem we have run i

[HACKERS] PHP and PostgreSQL

2000-12-26 Thread Bruce Momjian
I have been asked by the major PHP developer Rasmus Lerdorf to see if the PostgreSQL/PHP interface needs any improvements. Is the current PostgreSQL interface module in PHP adequate? Does it support all the current libpq features? If not, would someone submit some patches to the PHP folks. The