Tweaking Xdebug to allow deep function nesting

Tweaking Xdebug to allow deep function nesting

Just got an annoying error that said Xdebug only allowed 100 levels of function nesting. Well, actually, the error didn’t say anything about the limitation being Xdebug, so I spent quite awhile trying to track down the issue. It turns out that PHP doesn’t...