On 15/07/2025 09:26, youkidearitai wrote: > 2025年6月19日(木) 3:45 Peter Kokot <p...@php.net>: >> >> What about bundling Oniguruma to php-src/ext/mbstring/oniguruma again as it >> once was already? This would make development easier to be located inside >> php-src. However, everything put inside php-src has a questionable future on >> its own. For example, to be buildable as a standalone library and used >> elsewhere. > > Hi, > > Surely, I think make sense to be include inside php-src. > From GitHub comment > (https://github.com/php/php-src/issues/18467#issuecomment-3044192511), > FreeBSD will end to maintenance Oniguruma in 2026-12-01. > > Therefore, I think re-include Oniguruma inside php-src. > > Is require an RFC if re-include Oniguruma?
Hi Yes. This also won't solve the problem. The problem is that Oniguruma is currently not maintained, not that it's unavailable. Bundling the library inside PHP does not solve that maintenance problem. How many times have we unbundled extensions from PHP because they were unmaintained? Kind regards Niels