Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91542 invoked from network); 23 Jan 2017 20:45:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2017 20:45:28 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qt0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:33912] helo=mail-qt0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/64-00729-76B66885 for ; Mon, 23 Jan 2017 15:45:28 -0500 Received: by mail-qt0-f170.google.com with SMTP id l7so146073228qtd.1 for ; Mon, 23 Jan 2017 12:45:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=nTz4fIGMRMLANJYwNO+hhJjcKH2raNgq5aVs2+Kzrrw=; b=sVIDRNjxzqfuK3R1tFpZouaUdkJ0vH2KEnwbX5mQ90l2/+859koD9Y6D/DnOUbkOCW q2VlSsC1IPUsobp6N0zuQWM0MURdW4H7v8B7QxlVcA+1/0slpEo/IxDxSHuItQM9ZRDe 5VnU5W63TYBkOYkwmBqxTVZtfMML+pNDnqHVSeQWotJ66igkrX57L08tMcp33vYGYwat jB38/Az6ONsz8PyGbMhRYw55E8emEZaRK3H2XLkS2Jl5XCcFduiaj13zJnDZGuZoL496 xd+z7ZxGi16HvwdHWrCMhbumN40p4zODXZjT07GMZ9ndgPfKHk3OY4415iwev2R7Y7zS ABoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=nTz4fIGMRMLANJYwNO+hhJjcKH2raNgq5aVs2+Kzrrw=; b=EQwd+AL4P038pRHCp5kZm8kPzWi47Xf4Uy7tGR0GkFhaV9cmBCfx+mIBLMb9CaHua8 j6jQkitzShvJMI16suMajfP4xOT5+q8SwBgGOhLn0EYMeGGZ2qp80WRYh0xZdeqgddQz mIqJvK/fMLFkPVMeZBZSZ2Ocwq8piCjUkImNiC73SopRgwtOZsrRxYL/z3U9CatrsShp ooy1UTvs6L11/ibx+wR8JlgXJBuEP0N8vwDeObEUdU96dC/lYOPLOCX7kc8K5bmt8EJI sO3PPPee6ACB94JOuRdN5pzQJ080MAMmP8LesF9oXvLwq2kj+pdruGfzsgcgKvilFoY6 FIbw== X-Gm-Message-State: AIkVDXJZgd2aikvLDq9LZnZ5M78e2LFdi8EEtcUzBVpy3ShmG9FBYbgAlhfCLadbdEJNaMjxEWFvSaGIJv8XiA== X-Received: by 10.55.207.65 with SMTP id e62mr28004951qkj.239.1485204325142; Mon, 23 Jan 2017 12:45:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.237.59.112 with HTTP; Mon, 23 Jan 2017 12:45:24 -0800 (PST) Received: by 10.237.59.112 with HTTP; Mon, 23 Jan 2017 12:45:24 -0800 (PST) In-Reply-To: <3F.B0.00729.69BE3885@pb1.pair.com> References: <3F.B0.00729.69BE3885@pb1.pair.com> Date: Mon, 23 Jan 2017 21:45:24 +0100 Message-ID: To: Leon Sorokin Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1145a86e381bc30546c914f9 Subject: Re: [PHP-DEV] imap_fetchbody() leaks memory From: mike.php.net@gmail.com (Michael Wallner) --001a1145a86e381bc30546c914f9 Content-Type: text/plain; charset=UTF-8 Am 22.01.2017 00:15 schrieb "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 Just assigned that to me, I'll try to come to it the next few days. --001a1145a86e381bc30546c914f9--