Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128769 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 5A4E71A00BC for ; Fri, 3 Oct 2025 13:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1759499606; bh=DvnVI/aezT5EvVLWxE98yw5gu/vYvgxNtCpukJz+roo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=haZmHc3uKGPSANuwiN2vPT/pqA2G8HBGN8XfFhM36+AerIG7Y0/PlXtQzvGhpP+L1 vlZH8xY/R/zfA82vEdSICO6fKJosYucfzoFjzyn8S8xEEvRwS3CWL1TRyygwYJQmbq 7Q2sy0PdbIkWFTjxYa2AWpyYCOqd6vRrPbT8mqks5SokDZ2hD0fDSKG+Sk3cS87hZC 9tlzOZ+GAKxUqGCaFCUD6m/m/Hja56KNZLys9R/OX40QkS4IRWrsdm3JbNnxBhf7cP FsfjdBX2WTeVScFc8LgSBb49fUP6691u1CMiCFnFsDxRBmmO7Yu7cdM09JDRmGsd94 GddCsooa5efJQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id F1775180032 for ; Fri, 3 Oct 2025 13:53:25 +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 ; Fri, 3 Oct 2025 13:53:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1759499681; bh=BVHWAN8LNkR+f3JED5a/Q49CTsrFhfVdQrOXArhGh0k=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=U48w81eEsd7FnAkTCzZWs3T57lfCPp5PXY0OdqLAxOPTjfNfzQTwlj4qaliKFwHc/ 1iI8nXuampkRLye/uxSxgA85/QQNdkx+Bg62hVhZNNYI7uNGScmvpJaYDapWqkZr3P 0MbV0SY1AvD2zU+8yfDWzW0ftkIQ36ucELHWjG2WRz/AYjpGxqw8/jUVyM4Jb9UKEQ g5D3Da6j+DBRFEY7LFobyrLtNJJEll5PPYTt3lkA2NiCHVPdLmpgQGdgdSOsFzBwRP 5mZgF7vweTyY9btJECjeWBcU/lXrEFNscVyRh28ZojGsIFLHXaPJE8J/oaT2mV4Us6 +2kuhjni6DKhw== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Fri, 03 Oct 2025 15:54:41 +0200 To: youkidearitai Cc: php internals Subject: Re: Fwd: [PHP-DEV] [RFC] Clarify discussion and voting period rules In-Reply-To: References: <53cdbf5b-7c6e-4ba1-9987-332634cab527@bastelstu.be> <29c9d6cfcc2928d3805596416edbff6e@bastelstu.be> <92a59844e30a9ca0550456886913fdb1@bastelstu.be> <1a9046bf-2dcc-4049-b1e7-e82d4230b0f6@app.fastmail.com> <7f1bce1f-f80b-48e7-962a-539172a85a6d@bastelstu.be> Message-ID: <35f97c842c376df52858f0c4272d5b64@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-09-27 15:58, schrieb youkidearitai: >> In fact we had just that for PHP 8.5. The “Add locale for case >> insensitive grapheme functions” RFC had gotten little feedback during >> the discussion and during the vote, Derick mentioned that the proposal >> was insufficient to make an educated decision. The vote was then >> canceled and later (successfully) restarted: >> https://externals.io/message/127791#127803 > > I set up an Under discussion for two weeks and sent a reminder email, > so why did it say "Derick stopped it"? > I went to vote after going through the official procedure, but for > some reason I was suddenly told NO. I believe there might be a misunderstanding. It definitely was not great that folks didn't speak up during the discussion and only did so after you started the vote. However I believe that you canceling the vote and making additional changes was *the right decision*. Ultimately it made the RFC better, which is a good thing. My policy RFC is explicitly saying that canceling the vote in cases like this is allowed. > My understanding is that he didn't take part in the discussion on > "Under Discussion" and didn't even vote. > > Why is there such a difference in perception? Best regards Tim Düsterhus