Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PCRE stack limit for context parsing, omitting preg #370

Merged
merged 2 commits into from
May 11, 2024

Conversation

essell
Copy link

@essell essell commented May 10, 2024

#369

Fixes issue with silent preg_match_all failure on parsing of long JSON contexts from log text, avoiding JIT Stack Limit due to recursion.

@essell essell changed the title Fixs PCRE stack limit for context parsing, omitting preg Fix PCRE stack limit for context parsing, omitting preg May 10, 2024
@essell
Copy link
Author

essell commented May 10, 2024

Composer test passes, testing in Laravel project using log-viewer successful.

@arukompas
Copy link
Contributor

@essell looks great! could not find a way to break it. Shipping it 🚢

@arukompas arukompas merged commit 4f60ca0 into opcodesio:main May 11, 2024
21 checks passed
@arukompas
Copy link
Contributor

@essell tagged v3.9.0

@essell essell deleted the fix/laravel-context-parsing branch May 11, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants