xdebug 嵌套函数调用级数问题

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

你可能感兴趣的:(xdebug)