Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124857 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 8B8F81A00B7 for ; Sun, 11 Aug 2024 16:33:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1723394103; bh=EEABZ/KaiqsI6IuJWpzxvnlnUeUqtNdxygUqvyIuvys=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=lX9NlyRbwj4EjO3pyK4AmdzhtGRvfWlqIz+yeWwAySN7aAs7yvUtZSVlXHvPNzP7d s6UTpCLYjtDo5YPdkHOA0Ubk8kg9KSvYKLtn5jKwL+IwD9RFChYri6Z0HO64MNGicG Yv9j1aBMRgETT6oKrDPygMOWY2qm0/0/wJNgzCQilsTTTTmaIXdb3AMrr1SWYaLI1p Y3eAMTbJdJ6Sbaer1Rh8j0Vjr0tLYfj1CBACjSykOZbCOtFBYiNK4wkx0TdEYxRSDT g/z/LtYY/4L6G0qYRByI+hKYjPx9dm97JMyghpbffmHML4nZOB4GGxv1vXp6VdzN7i npDHwTJE+0DsA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 16186180052 for ; Sun, 11 Aug 2024 16:35:03 +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.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail-108-mta156.mxroute.com (mail-108-mta156.mxroute.com [136.175.108.156]) (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 ; Sun, 11 Aug 2024 16:35:02 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta156.mxroute.com (ZoneMTA) with ESMTPSA id 19142496b840000a78.002 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Sun, 11 Aug 2024 16:33:13 +0000 X-Zone-Loop: c7f7e27e740ce157a836ac42ca9b3c312df16184e099 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sandfox.me; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From:References:Cc: To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=EEABZ/KaiqsI6IuJWpzxvnlnUeUqtNdxygUqvyIuvys=; b=huhoIg0uK3+od1qVbAwHGNE45O ObWc7jHxnx+GJbMjf8Wusz0KDT4KWe3R+sVvnIOyI70wIIKhBn4p2RMf5XZaxSgmONQm8c4WEef/v ZAUtO7vKJ2jGyZ7JzzAn586WYsSUT3G3tQuwnoB7Hw+wr187ExbhMNbhHYYMrcXGkKj7/eHExoqAx OSK/rzuNOdWHJUPB48VgJ3Z8mrVJp8QYy3t+Lul5zqiEy7YDy8DJN9E3XW5Fxp7kZu5c+D9JxmW1L lrjnGvAo4NAyttaiN7H7STfD0+7Id+ezNoqVU+nb+DOYHfQlYMSKckcWnuXiWyyg6wN7SyuC5Xf9Y bPIR2T1Q==; Message-ID: <79387cec-45dc-41cb-8e88-734adc86110d@sandfox.me> Date: Sun, 11 Aug 2024 19:33:10 +0300 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PHP-DEV][Discussion] Should All String Functions Become Multi-Byte Safe? To: Bilge , Nick Lockheart Cc: PHP internals References: <8a60a5d76bf3bbdda821160c6141b45914a33b98.camel@ageofdream.com> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Id: sandfox@sandfox.me From: sandfox@sandfox.me (Anton Smirnov) To mbstring.func_overload On 8/11/24 19:22, Bilge wrote: > Are we going back to PHP 6?