问题:旧项目本地开发时遇到 max nesting level reach ‘100’。
原因:安装了xdebug,xdebug默认设置 max nesting level 为100。
解决:php.ini中加入 xdebug.max_nesting_level = 200,若继续提示则再适当提高,另外触发此问题的原因可能是项目中代码存在问题,请加以排查。
问题:旧项目本地开发时遇到 max nesting level reach ‘100’。
原因:安装了xdebug,xdebug默认设置 max nesting level 为100。
解决:php.ini中加入 xdebug.max_nesting_level = 200,若继续提示则再适当提高,另外触发此问题的原因可能是项目中代码存在问题,请加以排查。