Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32183 invoked from network); 21 Jan 2017 23:15:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2017 23:15:40 -0000 X-Host-Fingerprint: 166.175.62.194 unknown Received: from [166.175.62.194] ([166.175.62.194:27389] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/B0-00729-69BE3885 for ; Sat, 21 Jan 2017 18:15:34 -0500 Message-ID: <3F.B0.00729.69BE3885@pb1.pair.com> To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net:119 Date: Sat, 21 Jan 2017 17:15:29 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 166.175.62.194 Subject: imap_fetchbody() leaks memory From: leeoniya@gmail.com (Leon Sorokin) Hey guys, I filed bug 73493 [1] a couple months ago and there's no triage or visible activity yet. Was hoping to get an update if possible. I'm forced to download any large INBOX in batches with imap_close() & imap_open() gymnastics to avoid chewing through 2GB+ of RAM. thanks! [1] https://bugs.php.net/bug.php?id=73493