Home > php教程 > php手册 > 解决Fatal error: Maximum function nesting level of ’100′ reached报错

解决Fatal error: Maximum function nesting level of ’100′ reached报错

WBOY
Release: 2016-05-26 08:21:07
Original
2066 people have browsed it

今天在调试程序时,有个模版一直白板,最后跟踪到一个加@屏蔽报错的函数,去掉这个@后程序包了一个从没见过的错误.

Fatal error: Maximum function nesting level of ’100′ reached, aborting! in D

一时间搞的我莫名其妙,难得函数嵌套的层次也会有限制的吗,最后在网站找了好就资料,发现是php加载了一个xdebug的东西导致的,我们直接在php.ini这个配置文件里面查找xdebug 找到zend_extension = “D:/wamp/bin/php/php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9-x86_64.dll”  这句在前面加;注视掉,在重启下apache就搞定了.

文章网址:

随意转载^^但请附上教程地址。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template