Re: [PHP-DEV] XSLTProcessor max depth

2023-10-01 Thread Larry Garfield
On Sat, Sep 30, 2023, at 10:18 AM, Niels Dossche wrote: > Hi internals > > I'm looking to address https://bugs.php.net/bug.php?id=71571. > TL;DR: XSL has a maximum recursion depth, and it may even depend on the > distro/OS config. > For complex inputs you may reach this limit, but PHP offers no

[PHP-DEV] XSLTProcessor max depth

2023-09-30 Thread Niels Dossche
Hi internals I'm looking to address https://bugs.php.net/bug.php?id=71571. TL;DR: XSL has a maximum recursion depth, and it may even depend on the distro/OS config. For complex inputs you may reach this limit, but PHP offers no way to change that limit. As we already have methods in