-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
- 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.neonIt is basically bug in .config files, but I thinks that could be handled into exception?
TomasVotruba
Metadata
Metadata
Assignees
Labels
No labels