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?