Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127124 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 5CA441A00BC for ; Thu, 17 Apr 2025 07:16:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1744874049; bh=g11Qqw+AvJ6FeiW4K6lwYfx7ay0dzHbQUIcmRqALBkU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BeQ+mahLEYJMk5LQoDwmksqan0Si0bABNHDlQRVxYkyfG7SoXOc4iHTYj3z6baL5j Y3dErOMRYMHn9WHAuMISHfFn+VNJKnXuWTX6mYRmopOL10CIHvyajTDn77gkuI6Oun OZ+ZGEE1uv7wvVdCmfwPQfGadmlsP2HD6AvngRd20Dusjr/kJY4TC9a16sn42afXTq c3tqqs/Fs418/g+liFqNAPNpXTe9QP/I7KXKnHjo0gyJ8e/k0Xfco6IiknOcWj/cEj dHQFwB98AfGZ16/MED58aUgPUjpdd699EqWyfbexL/1CWZlT9MmR+Y3Qha6kvEq67j 2swebdQZ92l6w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 03E4118004F for ; Thu, 17 Apr 2025 07:14:08 +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.2 required=5.0 tests=BAYES_40,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.0 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 ; Thu, 17 Apr 2025 07:13:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1744874177; bh=8N9AjKaBwoa5bwjwCzuFVFADtG82f0Nwu4WXUdo6uSU=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=iKrase4Oyr0/6HVXOfCOPqNbQnu5OusAuBKTZAY/OLBSHJpDPWvSvnQbDjoF2Sj7t GtHWrhDeeevenhYwE8LFqacWX2EFs5mlzx7hbrSPZ2xkxYq4bC5gZTmeIngu8654f1 jLCh59BkT8Z4cyuxj+POg0Yuf/ccmVn5jCxtUWH57UNBmtX62OL+mSyQqZ/UsBR6Uz /4NkZjKfMJBYlNojDRwCYXjxkh+JdnxZUg9OUYgsvArrfmeLz+o1BVnJDAkWOHTm68 jQj1VHOQ2w5rYOeMXgBvEvN4/luS1sYvvYTFJBWYg/dO5g0QcRMAoFfyeohkXPs1mi bJno8oAVCZMuA== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 17 Apr 2025 09:16:17 +0200 To: youkidearitai Cc: php internals Subject: Re: [PHP-DEV][VOTE] Add grapheme_levenshtein 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-04-16 02:40, schrieb youkidearitai: > The RFC for add grapheme_levenshtein function has been accepted. > (Yes 12 / No 0) > > Thank you very much for voting. > I will go to implementation. Great, thank you! I noticed that while you updated the status in the RFC itself, you did not update the overview at https://wiki.php.net/rfc. “Pending Implementation / Landing” would be appropriate for now, and then “Implemented” once merged. Best regards Tim Düsterhus