-
Notifications
You must be signed in to change notification settings - Fork 210
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
[TASK] xdebug.max_nesting_level #502
Conversation
cli/stubs/z-performance.ini
Outdated
@@ -67,3 +67,4 @@ xdebug.remote_host=localhost | |||
xdebug.remote_port=9000 | |||
xdebug.remote_autostart=1 | |||
xdebug.idekey=PHPSTORM | |||
xdebug.max_nesting_level=2000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at the comment you wrote 200, but here you set it to 2000
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mind just setting this to -1
. At least, that's what I do locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mischabraam that has been updated.
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
All tests green, this is getting merged! |
I have read the contribution guidelines and am targeting the branch
<YOUR_TARGET_BRANCH>
:Because this is a Feature which is Backwards Compatible.
Changelog entry:
Short description of your work as explained by: Keep A Changelog.
Added