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

错误提示:

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

    致命错误:最大值函数嵌套级别“100”达成,中止!

解决方法:

    在php.ini中将以下代码加注释并重启Apache.

    ;zend_extension = "D:/wamp/bin/php/php5.4.16/zend_ext/php_xdebug-2.2.3-5.4-vc9.dll"

    

 

你可能感兴趣的:(Fatal error: Maximum function nesting level of '100' reached, aborting!)