diff --git a/doc/1_Usage_of_basic_components.markdown b/doc/1_Usage_of_basic_components.markdown index 667edae..b68d9a6 100644 --- a/doc/1_Usage_of_basic_components.markdown +++ b/doc/1_Usage_of_basic_components.markdown @@ -14,6 +14,15 @@ The library needs to register a class autoloader; this is done by including the require 'path/to/PHP-Parser/lib/bootstrap.php'; ``` +Additionally you may want to set the `xdebug.max_nesting_level` ini option to a higher value: + +```php +