Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123723 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 4D9D01A009C for ; Fri, 21 Jun 2024 10:53:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1718967284; bh=fm/3VyWl9yEWWTxI0ShudHIkmuJF16q9+VSqM5/IvQY=; h=Date:Subject:To:References:From:In-Reply-To:From; b=geXe8EKNFjPN6K3DpdZ0gxvsQ9ZumZOD7FvY9EyYV5pihzQSRYKFkOQ0M69nX07IG iSRC2pNREsXdKNpPt9NjtQLz0g+R4edmcmS/hNK+aR2vdiwD15R1FHp68lOcwUlFUA rQ56KMlocD0M/SC3A9p9kbRhkA3hmmL4S5ggk0te2XPdgISvzYKSw2Y3M2ycVAkPWj juek4T3kdZcjetU1l9onKvydOWyNSScqEEJfYiIdQbu67WZLyn6lYvT9eFSFJw4QCm CCdNFV1gLoODrypOEKWooZ1RmMs7YEfYtUmnVoI6/BOsWon9gtYa7ZwKJpSfCPMg1O YUQAtEzpwZHnw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 481B21805B5 for ; Fri, 21 Jun 2024 10:54:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 21 Jun 2024 10:54:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1718967206; bh=dafDFEPSkB3GvgMcox9Vz6smXXwPHlEbwYZU7AjsnbY=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=CwLfdn2pYVvOQnYPQfsrVzi1ZJL18iPIGLn0qRKq+V/bbNaxZIDrtvwkILFVo0vF7 dC/f8xSyJ1a1EtEX0i6xa2SuXGxlhtZBovD5U0LHJDE1ePskab+R6JgQtq+Vrrt7P0 tuy43fwZzFljM999cOmmTd8/5ouZlc06v1auoAXn7PPqP4YSliHeugn2SPE316f369 7dk+IVtyThq+yIMdXjBz2yQt/fPQa3+/URypFx5CXaoVQbud+OOMmroPgdohyvRIMi YtuQOIRa2aaSBPfrmJtiiS6FUDRDkxXHajhyRSouZY7QU5Wk4BmJFDCLYBUTSgNw+B A+FJBg9YNf4Uw== Message-ID: <1ca35627-4693-4bf7-aaeb-2060590b2666@bastelstu.be> Date: Fri, 21 Jun 2024 12:53:24 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] Lazy Objects To: Nicolas Grekas , Larry Garfield , php internals References: <1118bbcd-a7b4-47bf-bf35-1a36ab4628e1@bastelstu.be> <8fc1969d-5f21-400d-a3ae-aee5d741a81d@app.fastmail.com> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 6/20/24 10:49, Nicolas Grekas wrote: > While Arnaud works on moving the code to the updated API, are there more > comments on this RFC before we consider opening the vote? I plan to give the RFC another read-through, but will likely not get around to it before the next week. Best regards Tim Düsterhus