Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128509 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 651971A00BC for ; Tue, 19 Aug 2025 12:59:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1755608268; bh=3fdituHI9B2LVH4DV+jvyuS/UJ2UhJTk0p0pdcyQ3YU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=APjLZae7YfviIsrA0grLvkkYcWY+2bbYuw/9MBY/1UV3dzOMrhGDP+qbHKQqe1cpV rqicRKSgDENYLW+9OV7O/WIgSiM8bIIJdn4T6UmnEP+BkaG0ejX3sgF+/JLF05ZRYs adal7n67QQwzXMPR090c1FsCzkI+QXZEa6YzqOQP/Q8sB2/u30v9gicIRSEm9wQ4C1 2OfvDeUzexuokh069Hq0PjyH5Qb9y8KhLcoXON14r1thewH2iexwabOjGlpoANiS8C nkkg4VLxDf47nqWU67vgI9rQizC7GzNoZab3cGoJc+Lr7mADcYYd20tRIWVdVYsDCh OkzG+jia9ot2Q== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 194FD180052 for ; Tue, 19 Aug 2025 12:57:48 +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: No 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 ; Tue, 19 Aug 2025 12:57:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1755608361; bh=BRJH4DrzURrDBTr6kH/C1fpFhQKGYy6hj8RfT5X6vxM=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=HL45+f9XxNK4Ip8zszL2HdRhl7lVor4CVfxYA6VzSw8NkZYmqWbQf/Up+AQsOl0gO QGzhaxRz6pb5bad8FUR4x2Mj77AEHJAXzEzGCvhKV/MkpbhNhvBX8OgblqcaYa1xbM wHRZymIDuMDkTRV3MRkpWxzvwJ20YHOo49apCm3NHINQGDKbjGERlCbHQwaI2WF4pm eAbYwLwuOtNJ5tCET/pYCRFztAxibKrZILt6RdAqS5alpmwnacpHsW6Dpuzw3myFJQ PuSGrN8OiUtOkX/9/oQt5nRP3yGr50/Blgg8fOZmDgB3HtQp6D5MFRoOInR0sZc+8V ylWzFEvbjjDNw== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 19 Aug 2025 14:59:21 +0200 To: Kyle Katarn Cc: internals@lists.php.net Subject: Re: [PHP-DEV] [RFC] Add clamp function In-Reply-To: References: 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-08-19 09:32, schrieb Kyle Katarn: > If you allow me, I would update the RFC to add this new implementation > listed on it, remove the "Open issues" section if you don't see any > with > the new implementation and would change the status of this RFC to draft > to > reflect the fact that there is again an open PR for it. Please see https://wiki.php.net/rfc/howto#external_resources#rfcs_belong_to_a_single_author (the "RFCs 'belong' to a single author") section. The existing RFC may only be adjusted with the original author’s consent. It might be easiest for you to create a “clamp function v2” RFC instead. Best regards Tim Düsterhus