Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128179 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 A4E001A00BC for ; Tue, 22 Jul 2025 13:09:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1753189649; bh=5/Nebet8pPehlOt/EkjBvMijn/VzfU5Mtoq4dgNywvc=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=ltkLkFrcDTti0FboWsvhakEATcYg4YK8yKDiLGArhG/KumeDSFR4eNHVWl/Go1NhB sL9uV+W8bLkpYj+8QLuecQMK9qMmyewydWq70tLzU/lxnHlnqzcDTaA0gyakrcGFZ0 04D8CVh+nA8w9+9B4E1uITCn978nBgaYjWJDylOLv6neamsAYbqPEFoPzN3SdXpusb qJM8zgBFMLG2I6VMZVZpJAo/IjO/1kvyyDw9/CwApOyniiTYfx3EGg2hEyv5lFbk1r uf1z65DZoqeYRmT7fXWdwXXSpL5fza+vFE9c1K8crZUwvKpwmc/cGQ07ol1g72VjUz 4tDgcgr1gT1Kw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5FE4518003B for ; Tue, 22 Jul 2025 13:07:28 +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.8 required=5.0 tests=BAYES_50,DMARC_MISSING, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from supercat.cmpct.info (supercat.cmpct.info [71.19.146.230]) (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, 22 Jul 2025 13:07:28 +0000 (UTC) Received: from smtpclient.apple (fctnnbsc38w-47-55-79-132.dhcp-dynamic.fibreop.nb.bellaliant.net [47.55.79.132]) by supercat.cmpct.info (Postfix) with ESMTPSA id 7F25C78626; Tue, 22 Jul 2025 13:09:10 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.600.51.1.1\)) Subject: Re: [PHP-DEV] Oniguruma maintenance was ended on 2025-04-24 In-Reply-To: Date: Tue, 22 Jul 2025 10:08:58 -0300 Cc: youkidearitai , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <3c1e3111-32cd-4f2b-a525-e013e5b905cf@gmail.com> To: Peter Kokot X-Mailer: Apple Mail (2.3826.600.51.1.1) From: calvin@cmpct.info (Calvin Buckley) On Jul 22, 2025, at 6:10=E2=80=AFAM, Peter Kokot wrote: >=20 > I still think that Oniguruma needs to be bundled to make builds = simpler. Deprecating this part of the mbstring extension will take until = PHP 9 to be able to remove it (at least according to current PHP = practices - deprecation and removal phase). And in the meantime PHP can = be at least built with Oniguruma. Otherwise, there will be a situation = where PHP 8.5 will have the option to enable mbregex functionality, = while Oniguruma can't be found in the distribution packages (not = downloadable through packages). If these functions can be replaced with = the PCRE regular expressions, that's fantastic. I'm not sure if distros will drop oniguruma just yet. It's a reasonably popular dependency, and decrepit libraries are shipped by distros all the time (i.e. c-client...). To say nothing of maintenance being picked up someone.=