smartapps-fr / bitbucket-pipelines-debian-8

Bitbucket Pipelines Docker image based on Debian 8 (Jessie) with PHP/MySQL (and more !)

Home Page:https://hub.docker.com/r/smartapps/bitbucket-pipelines-php-mysql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increasing Xdebug's max_nesting_level

FlorianKromer opened this issue · comments

I got the famous error: "Maximum function nesting level of '100' reached" by testing my symfony project. I know sometime it could be interesting to detect a big function nesting... but 100 is a bit low in our days.

What about change the xdebug.max_nesting_level to 200 in the php.ini file?

Thank you for your work 😄 .

OK. Updated main/stretch branch (1332ea7).