Skip to content

Recursive includes #162

@trejjam

Description

@trejjam
  • bug report? yes
  • feature request? yes
  • version: 2.4.10

Description

Recursive config includes end with environment timeout or memory exhausted.

Steps To Reproduce

$configurator = new Nette\Configurator;
$configurator->setTempDirectory(__DIR__ . DIRECTORY_SEPARATOR . 'temp');
$configurator->addConfig('config.neon');
$configurator->createContainer();

config.neon:

includes:
  - config.neon

It is basically bug in .config files, but I thinks that could be handled into exception?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions