Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128558 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 1D1E01A00BC for ; Tue, 26 Aug 2025 14:03:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756216926; bh=BOP7uGMgs0Dcy0R/flA3DHpV0tUSp60oBBZE5wUtzHM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PwRfFxM8p9Jrc11O2ym6ZI2SphSOYzYoBUpIs08vxa4JNsHpe2XIx1UQWVJQ0J0qZ Rd3O5tNS/GiHKCyLb9QT5NLsz+17BksfXTn7uR2PXMelmT6cTKv3BMZygmO8rWNbpt fbt8KEmvKQYdjEiF5NZgQwRwN6QIj8HB3vwmh7RuX10j08AQIWmmJiN9kR9Pa18zLL X+bS7wEEHOl4lx0cwkbM3nkOWWC+fGTjWliC/AsgtNltu6tvYjX9BzSRAcm4eb3RxJ 7n3FlJKcZ9c+s+G1Q9f6/MGrIqUrooGBXHAoHaXGx1sK19Rj1iAjY1zyt85oCmPCeH dLrbPaSiGUAnQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CA67B180059 for ; Tue, 26 Aug 2025 14:02:05 +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=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 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, 26 Aug 2025 14:02:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1756217016; bh=WLUP2dhcvXvZGoAU7NFORXvMQZu8MbsE72ckPxtfTYE=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=OU1N+XLhmDbiRMKW8sYFDog1zdZsbObR/zgTlZol0Zu/dnYh4nd0xiCwUHNmt9zH4 F2T80J5oXaqRH+JNBVcjbXd8FBSceL3ZwbEts7F/NLmHtQHSVjHHDtW1koeRx7IiK4 iOaoiaes6MtTdI8CtV4fPkq7bwqwH1MdUMg+xJwkjIYw5bKZ6M+lJ4PXtAkjx7ZfPz dcSBYLEFzwJY/5VEQh0Q3UvW/Dej3Eair1ixVNRoyvbytA3ReKYTzMei20baobny/p f5Oy6qCep4cRxGPm65aA58NiC1cFyBBf+9nJQ4uQrzG6Bs52d10RGaGXkpxCWKJ3Tk dmsaPPJq8aZCA== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 26 Aug 2025 16:03:36 +0200 To: Kyle Katarn Cc: "Christoph M. Becker" , PHP Internals Subject: Re: [PHP-DEV] [RFC] Add clamp function In-Reply-To: References: <0027ab13-89fb-40b4-991b-2f88a35c2f31@gmx.de> Message-ID: <9ca53c9d4807f2fc3c1d0cb28e8ac3c1@bastelstu.be> 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-22 10:01, schrieb Kyle Katarn: > I created https://wiki.php.net/rfc/clamp_v2 (re-using most of the info > from > https://wiki.php.net/rfc/clamp). I'm noting that the status of the RFC still is Draft and it's also listed in the “Draft” section of the RFC overview. I'm seeing that some folks already discussed the contents, but did you mean for the RFC already being ready for discussion or are some parts still missing? If it's ready you should update the status [1]. Best regards Tim Düsterhus [1] Strictly speaking it would also need a fresh mailing list thread, but I guess using this one is fine if the discussion runs for at least 14 days from when you update the status and announce the official start of the discussion period.