8000 [HttpKernel] remove support for the special SYMFONY__ environment var… · hhamon/symfony@af2d94b · GitHub
[go: up one dir, main page]

Skip to content

Commit af2d94b

Browse files
author
Hugo Hamon
committed
[HttpKernel] remove support for the special SYMFONY__ environment variables.
1 parent 8483564 commit af2d94b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
4.0.0
55
-----
66

7+
* removed support for the special `SYMFONY__` environment variables
78
* removed the `DataCollector::varToString()` method, use `DataCollector::cloneVar()`
89
instead
910
* using the `DataCollector::cloneVar()` method requires the VarDumper component

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ protected function buildContainer()
603603
}
604604

605605
$container->addCompilerPass(new AddAnnotatedClassesToCachePass($this));
606-
$container->addResource(new EnvParametersResource('SYMFONY__'));
607606

608607
return $container;
609608
}

0 commit comments

Comments
 (0)
0