xdebug 嵌套函数调用级数问题

来源:互联网 发布:php点击按钮触发事件 编辑:程序博客网 时间:2024/05/25 08:12

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

原创粉丝点击