Re: [PHP-DEV] Re: Closing mysql_pconnects.

2008-08-31 Thread Robert Cummings
On Sun, 2008-08-31 at 17:37 +0100, Richard Quadling wrote: > > What I'm trying to determine is how persistent connections are ignored > when mysql_close() is called against a connection which was opened via > mysql_pconnect(). > > I've looked at the source and can see that mysql_connect and > mysq

Re: [PHP-DEV] Re: Closing mysql_pconnects.

2008-08-31 Thread Richard Quadling
2008/8/30 Ronald Chmara <[EMAIL PROTECTED]>: > > On Aug 29, 2008, at 7:58 PM, Robert Cummings wrote: > >> On Sat, 2008-08-30 at 04:40 +0200, Lupus Michaelis wrote: >>> >>> Richard Quadling a écrit : Can someone point me to where or how PHP DOESN'T close persistent connections >>> >>

Re: [PHP-DEV] Re: Closing mysql_pconnects.

2008-08-29 Thread Ronald Chmara
On Aug 29, 2008, at 7:58 PM, Robert Cummings wrote: On Sat, 2008-08-30 at 04:40 +0200, Lupus Michaelis wrote: Richard Quadling a écrit : Can someone point me to where or how PHP DOESN'T close persistent connections Maybe because it is... persistent ? He's probably trying to learn how

Re: [PHP-DEV] Re: Closing mysql_pconnects.

2008-08-29 Thread Lupus Michaelis
Robert Cummings a écrit : He's probably trying to learn how to do the same. This is internals after all and not php-general. Sorry for the private mail, I did't see you sent here too. It is in the documentation that mysql_close don't close a mysql_pconnect. -- Mickaël Wolff aka Lupus Mic

Re: [PHP-DEV] Re: Closing mysql_pconnects.

2008-08-29 Thread Robert Cummings
On Sat, 2008-08-30 at 04:40 +0200, Lupus Michaelis wrote: > Richard Quadling a écrit : > > Can someone point me to where or how PHP DOESN'T close persistent > > connections > >Maybe because it is... persistent ? He's probably trying to learn how to do the same. This is internals after all an