Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127248 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 124991A00BC for ; Wed, 30 Apr 2025 08:10:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1746000492; bh=rqfiVhMt3vMSVWftkTS3xQMeF3wU0/l519FOvuAQdxc=; h=Date:Subject:To:References:From:In-Reply-To:From; b=F1XMCFqohV10IiR7nEQCpe0wjhjGuUaLBgzux6YYmBwnem6n7glc3sCav6XYYriQs Oa4Z9wf9ior2VOq3iySj0NxZYy65XfqjJrPkTsnBbAdHBnMOEG/zQ8AwMWN5VgmLMS +dXzyBHwHWb0Cq8RYT9sRGvnT/GenGQJxxey+mydxGzmBQkoQqM9FLwo/J+kMB/4uh oH4lDXkKKy6uETjoVkGFrJD92MurlQFpP1QSSpGml+EUMPSetadVAEXU8GnLM9XJQ3 3DwEuXmgO3qL8q8R5kRm6DUznXQmdw4dIw+woLJziOkXpebvy56zcCz0QHr0MU5SxU R/vt4xLHy40Qw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7E503180083 for ; Wed, 30 Apr 2025 08:08:11 +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: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from mail-108-mta135.mxroute.com (mail-108-mta135.mxroute.com [136.175.108.135]) (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 ; Wed, 30 Apr 2025 08:08:11 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta135.mxroute.com (ZoneMTA) with ESMTPSA id 19685bf42970008631.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Wed, 30 Apr 2025 08:10:26 +0000 X-Zone-Loop: a363221932ea7e47527402eb723c3bcf88ba5234bafc 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:To: Subject:MIME-Version:Date:Sender:Reply-To:Cc: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=uRU3Bn0c3SVRvHHs7zNzM85n8fvOR3avoQi3c+Rrlj8=; b=BcDudzUoCO/O c8RE3Pg9VmmZpNA/gaQqatzGVEWeGR92PwZiBrc2lTCffcQU1kVth5m/aMA1uQJlk4O22OV5kp48J 1gbyyOSgRL9sg819mEfR2v08azORxXMQpAmoy8ANI/qwx8X5hUsvk9KQlYzakJVQJXxV1SsL1Mr75 5cD84trCVbsU2yBuHTDjAS7v0Rln0iOjUIxLNQYeYshmUBMJlygvlwS8BwcoDavw691rHuKiuX8M9 XxlqCm/1KpcnPgbL6w5cNOL3XGuKi1Bil3g155HXp18N+6LNMztYwuAoGr6HO3W5R2MvcOv4Oivs2 o2PRRHbjMSMg65CUhsiwnA==; Message-ID: Date: Wed, 30 Apr 2025 11:10:22 +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] Oniguruma maintenance was ended on 2025-04-24 To: internals@lists.php.net References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Id: sandfox@sandfox.me From: sandfox@sandfox.me (Anton Smirnov) On 30/04/2025 08:05, youkidearitai wrote: > Hi, Internals > > Oniguruma(鬼車) maintenance was ended on April 24, 2025. > https://github.com/kkos/oniguruma > This library uses mbregex in php-src. > > There is forked library in Onigumo(鬼雲). > https://github.com/k-takata/Onigmo > > How do we do that? > - Move to Onigumo > - Stay in Oniguruma > - Deprecate mbregex functions > > I created issue in php-src too. > https://github.com/php/php-src/issues/18467 > > Regards > Yuya. > Onigmo seems to be abandoned too, with no meaningful commits in 5 years