Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building a completely empty application with just the DI component loaded, running it barebones in the SSCCE:
$builder = new ContainerBuilder(); $builder->compile(); $dumper = new PhpDumper($builder); echo $dumper->dump();
This terminates with:
Uncaught error: Class 'Symfony\Component\Config\Resource\ClassExistenceResource' not found in <...>/ContainerBuilder.php:330
As Config was never loaded. Likely the DI component should just explicitly depend on the Config component itself these days.
The text was updated successfully, but these errors were encountered:
bug #26393 [DI] Skip resource tracking if disabled (chalasr)
fc1b1dd
This PR was merged into the 3.4 branch. Discussion ---------- [DI] Skip resource tracking if disabled | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #26388 | License | MIT | Doc PR | n/a Commits ------- 0b748fa [DI] Skip resource tracking if disabled
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Building a completely empty application with just the DI component loaded, running it barebones in the SSCCE:
This terminates with:
As Config was never loaded. Likely the DI component should just explicitly depend on the Config component itself these days.
The text was updated successfully, but these errors were encountered: