Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111968 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 12098 invoked from network); 1 Oct 2020 12:18:21 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Oct 2020 12:18:21 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DFC35180531 for ; Thu, 1 Oct 2020 04:30:26 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-mahalux.mvorisek.com (mail-mahalux.mvorisek.com [77.93.195.127]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 1 Oct 2020 04:30:25 -0700 (PDT) Received: from 1f5946c18ec4 (10.228.0.160) by mail-mahalux.mvorisek.com (10.228.0.4) with Microsoft SMTP Server (TLS); Thu, 1 Oct 2020 13:30:20 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_2b844dc068c89213717bd0cef6e74637" Date: Thu, 01 Oct 2020 13:30:20 +0200 To: php internals In-Reply-To: <3bae04296f1e437b0bd21542baae67007fb8b91f303cb781cdfb84a174108e06@mahalux.com> References: <3bae04296f1e437b0bd21542baae67007fb8b91f303cb781cdfb84a174108e06@mahalux.com> Message-ID: <7d1cb35fcd9faca896a57db70e62bd80ff4e37f914b012fc876d4f7287f7d73d@mahalux.com> X-Mailer: SAP NetWeaver 7.03 Subject: Re: CallbackFilterIterator is leaking memory From: vorismi3@fel.cvut.cz (=?UTF-8?Q?Michael_Vo=C5=99=C3=AD=C5=A1ek_-_=C4=8CVUT_FEL?=) --=_2b844dc068c89213717bd0cef6e74637 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8; format=flowed Hi, if the dual_it is hard to fix, can we fix the memory isssues using WeakRef like here https://github.com/atk4/data/pull/737/files#diff-cc2c8bc61e741e6f1b07d0076c5036c0R51 inside php directly? Why are internal objects not correctly linked and GCable at all? With kind regards / Mit freundlichen Grüßen / S přátelským pozdravem, Michael Voříšek ČVUT FEL On 23 Sep 2020 11:28, Michael Voříšek - ČVUT FEL wrote: > Hi, > > can someone please verify https://bugs.php.net/bug.php?id=80125 and fix if possible? > > With kind regards / Mit freundlichen Grüßen / S přátelským pozdravem, > > Michael Voříšek > ČVUT FEL --=_2b844dc068c89213717bd0cef6e74637--