Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128206 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 lists.php.net (Postfix) with ESMTPS id DA0401A00BC for ; Thu, 24 Jul 2025 09:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1753350781; bh=4May7my+r+UFKm+lXsuX+GBMSYFKO3x7XHw1tYLEDE4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QlICFQt4yeu7/VjBd6vJD1ZmqnONGkAKHo/iglySxd5RJe6Zfb/v6dRcIy5I9QRG6 6hpNnKhslLtlmXnIZF0zs1Of8896vYQNMQYz1iJVSRWNWUpPM4anb8QfwSBM3hL99q hS5d4uCNzVVZfoWDIBAAw5QPsSp5xzx3A5INqCAX3WI0UxcWgaUMqIfCWJ1bCKuX05 NrE6o6ECpGfPjKx/kUzZnwSKa8YMoEY91+hLAJZndXjxrRual1FqN8cDK/hlG5HKB1 oRS8HmX9FS1GOXWgeZmUPIjp4OYGqEZZl/ye5VLGGSXjZcEbQjiTOpsRbMW0+EEWds jgXDRJUln3awA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 63AF0180079 for ; Thu, 24 Jul 2025 09:53:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 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 ; Thu, 24 Jul 2025 09:52:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1753350883; bh=O736Loh5uyFZYyb+YSb8KNTubVXMXnb1qO9Uf+RZnjQ=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=MxHqG/BlIcUr4+7Xvrpfq86YpkuKLVGo6wGgyYu/bcvu1sKMD/IUMyRPnJMAWxcGr egtfxsJqxhOJQNUx6Tj+yKGqELekxpblZSoVCunwHcu+rL4uRGNuKk/jbeoDz4h3Qj b3JZ8MUkONgK71UaUfF4wdeIRb+4uNoznuIGDOXo7AioM7fVP91LkaahUskTclysDl C2nu/eg3uteFG8yzg8MpzUmv3KaDZrq7kKV0R5h2SpqmA4aU9UgHUBkP8//KGQniFm EDRZuEZ9s+08td7LvpYhEG/vA6492Vjx9sbiOYy/QJDNIZUGQwmVDHHrNS+GXB3xpE NzoFUiiC7ITRQ== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 24 Jul 2025 11:54:42 +0200 To: Larry Garfield Cc: php internals Subject: Re: [PHP-DEV] [RFC] Partial Function Application v2 In-Reply-To: References: <6cf2b42f-8cfd-49a0-bd73-35aedc54873c@app.fastmail.com> <085027ee22e5155c166dbca3e462433c@bastelstu.be> Message-ID: 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 Am 2025-07-23 15:57, schrieb Larry Garfield: > What other changes there are unaccounted for? I thought we'd kept up > on the behavioral ones. The support for attributes (particularly #[\SensitiveParameter]) is not mentioned in the RFC either. And as I mentioned yesterday, the observer support that I specifically asked about is missing / broken. In my email from July, 10th I also had some follow-up questions / suggestions regarding the naming and the stack trace behavior, because I believe the semantics that Arnaud described are confusing. Best regards Tim Düsterhus