Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35462 invoked from network); 27 Jan 2017 00:51:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2017 00:51:45 -0000 X-Host-Fingerprint: 66.87.76.238 66-87-76-238.pools.spcsdns.net Received: from [66.87.76.238] ([66.87.76.238:10607] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/84-28703-0A99A885 for ; Thu, 26 Jan 2017 19:51:44 -0500 Message-ID: <92.84.28703.0A99A885@pb1.pair.com> To: internals@lists.php.net References: <3F.B0.00729.69BE3885@pb1.pair.com> <83.96.00729.93507885@pb1.pair.com> <7d5b26cd-1fc3-b303-0624-d442f5fe5260@php.net> Date: Thu, 26 Jan 2017 18:51:37 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <7d5b26cd-1fc3-b303-0624-d442f5fe5260@php.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 66.87.76.238 Subject: Re: [PHP-DEV] imap_fetchbody() leaks memory From: leeoniya@gmail.com (Leon Sorokin) On 1/25/2017 3:52 AM, Michael Wallner wrote: > > Hi, I've updated the bug: https://bugs.php.net/bug.php?id=73493 > > TL;DR > > The c-client lib performs a lot of caching; use imap_gc() to clean those > caches from time to time. Ok, great. Will give that a try.