Skip to content

Commit

Permalink
perf docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasverraes committed Jul 12, 2020
1 parent 775b7d5 commit 3782433
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ ini_set('xdebug.max_nesting_level', '1024');
xdebug.max_nesting_level=1024
```

## Recursion

If you encounter a "Maximum function nesting level" error, the more likely problem is that you're building a recursive parser incorrectly. Have a look at the documentation page about recursion to learn more.

0 comments on commit 3782433

Please sign in to comment.