Regex performance issues when using our wrapper
I ran into an issue where using our regex wrappers caused a regex JIT overflow, using PHP's built-in regex function worked fine. Here's the PR that shows the diff: https://github.com/tempestphp/tempest-framework/pull/1015/files
Do you have an example value for $contents so I can reproduce and debug? Our wrapper doesn't do anything crazy, it's just error handling
This was on tempest-docs, I didn't dig deeper into it yet. Simply replace the regex call and run the console to get the error. But I'm happy to debug it myself later, I just made the issue so that I wouldn't forget.
Is this still relevant? I think this PR essentially closes this issue.
Yes possibly. Let's go ahead and close 👍