Skip to content

Fix segfault. Don't set xdebug.var_display_max settings

Addshore requested to merge fixSegfault into main

Setting these to unlimited values seem to cause a segfault in xdebug v3, that was not happening in v2, and maybe even not in some previous versions of v3?

If users want to tweak these settings, they can do it themselves.

Bug: T288363

Merge request reports