Re: Support for prepared queries - Mailing list pgsql-php

From scott.marlowe
Subject Re: Support for prepared queries
Date
Msg-id Pine.LNX.4.33.0311070942040.13714-100000@css120.ihs.com
Whole thread Raw
In response to Re: Support for prepared queries  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-php
On Thu, 6 Nov 2003, Bruce Momjian wrote:

> scott.marlowe wrote:
> > No, in fact in PHP5 php now purposely resets the connection between pages.
> >
> > You'd have to write some kind of pooling solution to get that kind of
> > behaviour.  I don't know of anyone working on pooling in PHP.
>
> Thought PHP5 does RESET ALL, that doesn't affect prepared queries, only
> SET variables.

But since your not guaranteeds your original connection in PHP, might
there still be some issues?


pgsql-php by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Support for prepared queries
Next
From: Bruce Young
Date:
Subject: Re: Reducing duplicated business rules