php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57447 Maximum function nesting level of '100' reached
Submitted: 2006-12-20 05:21 UTC Modified: 2007-02-25 03:31 UTC
Votes:4
Avg. Score:4.0 ± 1.0
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (33.3%)
From: bigmichi1 at bigmichi1 dot dyndns dot org Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5.1.6 OS: Gentoo
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
15 - 11 = ?
Subscribe to this entry?

 
 [2006-12-20 05:21 UTC] bigmichi1 at bigmichi1 dot dyndns dot org
Description:
------------
i got this error "Maximum function nesting level of '100' reached" when apc is set to on when running "PhpDocumentor", when turning off apc all works right.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-22 09:27 UTC] gopalv82 at yahoo dot com
I assume that the error message is from Xdebug.

Try to get a backtrace of the function calls which are causing the recursion and then I can help you further.
 [2007-05-04 08:11 UTC] lykantrop at yahoo dot co dot uk
INBIF. It could be tweaked using the xdebug.max_nesting_level, where the default is 100.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC