Are you all done with the PHP persistent connection changes? Need any help?
--------------------------------------------------------------------------- Marcus B?rger wrote: > Hello Christopher, > > Wednesday, July 23, 2003, 6:49:05 AM, you wrote: > > >> > Surely PHP can be modified so as to use the new 3.0 protocol feature to > >> > detect whether it's in a transaction or not, so as to avoid unnecssary > >> > querying? > >> > >> Yes, you could, but it hardly seems worth it because they have to > >> support old and new protocols. Eventually, yes, they could use that to > >> eliminate the BEGIN;COMMIT. > > CKL> Just use a configure test to see if you have the appropriate function call > CKL> in your libpq... > > I've put that already into PHP yesturday so i could add the necessary check > now too. > > -- > Best regards, > Marcus mailto:[EMAIL PROTECTED] > > -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match