Open GoogleCodeExporter opened 8 years ago
I'm getting the same issue php 5.3.1
Original comment by PerryGov...@gmail.com
on 30 Apr 2012 at 6:15
Based on what I'm seeing with a quick web search this error is due to limits
implemented by a debugger (e.g. xDebug, Zend). You should either disable your
debugger or increase the recursion limit. I'm not sure what would be an
appropriate limit for DOMPDF.
http://www.google.com/search?q=php+maximum+nesting+level
I'm keeping this issue alive, however, because it could point to an area that
could affect performance. A lot of work has been done to improve performance,
but there is still a significant amount of recursion due mainly to the nature
of processing the DOM and handling style cascade.
Original comment by eclecticgeek
on 13 May 2012 at 2:40
Issue 480 has been merged into this issue.
Original comment by eclecticgeek
on 13 May 2012 at 3:37
[deleted comment]
This may be a problem with the CSS float, I noticed something like this, but
without any debugger.
Original comment by fabien.menager
on 8 Aug 2012 at 1:07
Original comment by eclecticgeek
on 24 May 2013 at 3:00
Original issue reported on code.google.com by
LRH...@gmail.com
on 23 Mar 2012 at 2:14Attachments: