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
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
>>>
>>
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
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
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