Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40152 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37985 invoked from network); 30 Aug 2008 05:46:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2008 05:46:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=ron@Opus1.COM; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ron@Opus1.COM; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain Opus1.COM designates 192.245.12.8 as permitted sender) X-PHP-List-Original-Sender: ron@Opus1.COM X-Host-Fingerprint: 192.245.12.8 Viola.Opus1.COM OpenVMS 7.2 (Multinet 4.3-4.4 stack) Received: from [192.245.12.8] ([192.245.12.8:3456] helo=Viola.Opus1.COM) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/08-27196-3BED8B84 for ; Sat, 30 Aug 2008 01:46:28 -0400 Received: from [192.168.1.2] ([76.105.135.78]) by Opus1.COM (PMDF V6.2-X27 #9830) with ESMTPSA id <01MYY4DJJQEC8YCH11@Opus1.COM> for internals@lists.php.net; Fri, 29 Aug 2008 22:46:24 -0700 (MST) Date: Fri, 29 Aug 2008 22:46:22 -0700 In-reply-to: <1220065117.9386.0.camel@localhost> To: Robert Cummings Cc: Lupus Michaelis , internals@lists.php.net Message-ID: <9DA18726-06ED-489D-80EC-7530C4AA7CC1@opus1.com> MIME-version: 1.0 X-Mailer: Apple Mail (2.753.1) Content-type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-transfer-encoding: quoted-printable X-Gpgmail-State: !signed References: <10845a340808291509g9d4c222y44a49cde60eee883@mail.gmail.com> <42.C0.27196.DA2B8B84@pb1.pair.com> <1220065117.9386.0.camel@localhost> Subject: Re: [PHP-DEV] Re: Closing mysql_pconnects. From: ron@Opus1.COM (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 =E9crit : >>> 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 and not php-general. If you'd like to peruse the source, to implement a similar feature, =20 one place to look is the web gui to CVS for the function: http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?=20 revision=3D1.213.2.6.2.16.2.26&view=3Dmarkup -Bop=