Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24044 invoked from network); 22 Aug 2011 09:47:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2011 09:47:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@hristov.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php@hristov.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hristov.com from 91.196.124.214 cause and error) X-PHP-List-Original-Sender: php@hristov.com X-Host-Fingerprint: 91.196.124.214 more.superhosting.bg Linux 2.6 Received: from [91.196.124.214] ([91.196.124.214:51516] helo=more.superhosting.bg) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/A7-13024-0C5225E4 for ; Mon, 22 Aug 2011 05:47:45 -0400 Received: from androto.ddns.playtime.bg ([87.121.162.167] helo=[192.168.2.117]) by more.superhosting.bg with esmtpa (Exim 4.69) (envelope-from ) id 1QvR6a-00046K-Nh; Mon, 22 Aug 2011 12:47:40 +0300 Message-ID: <4E5225B6.5070701@hristov.com> Date: Mon, 22 Aug 2011 11:47:34 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 ThunderBrowse/3.8 MIME-Version: 1.0 To: Laruence CC: PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - more.superhosting.bg X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] [PATCH]mysql_pconnect leaks file descriptors on reconnect From: php@hristov.com (Andrey Hristov) Hi, On 08/22/2011 10:40 AM, Laruence wrote: > georg, andery, ulf: > > hello, there is a bug in mysqlnd, the details about this bug can > be found at https://bugs.php.net/bug.php?id=55473 > > I found the reason is that mysqlnd_connect didn't free the stream > when doing reconnect. > > I have submitted a patch for this, but I am not very sure the > patch is okey. > > could you review this patch? thanks. > can you resend the patch, name it .txt, anything else doesn't get through the ML, AFAIK. Andrey