Fatal error: Maximum function nesting level of 100

Fatal error: Maximum function nesting level of 100

作者:LAMP小白  点击:1742  发布日期:2013-05-22 14:25:37  返回列表

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


xdebug默认设置了函数最大嵌套次数为100


所以需要减少嵌套次数

或者编辑php.ini的[xdebug]

xdebug.max_nesting_level = xxx 即可




上一篇:curl的使用 下一篇:快递查询API
0