现在的位置: 首页 > 综合 > 正文

xdebug 嵌套函数调用级数问题

2013年10月05日 ⁄ 综合 ⁄ 共 224字 ⁄ 字号 评论关闭

if you are facing below error message:

 

Fatal error: Maximum function nesting level of '50' reached, aborting!

 

you are supposing using xdebug for tracking profile. however the default nest level is 50,

you need to change the xdebug.max_nesting_level from 50 to 100

抱歉!评论已关闭.