Re: Support for prepared queries

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Support for prepared queries
Дата
Msg-id Pine.LNX.4.33.0311070942040.13714-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Support for prepared queries  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Support for prepared queries
Следующее
От: Bruce Young
Дата:
Сообщение: Re: Reducing duplicated business rules