This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle
Nicolas Grekas 3398c4b881 bug #24971 [FrameworkBundle] Empty event dispatcher earlier in CacheClearCommand (nicolas-grekas)
This PR was merged into the 3.4 branch.

Discussion
----------

[FrameworkBundle] Empty event dispatcher earlier in CacheClearCommand

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Once the cache folder is emptied, the event dispatcher cannot be used because service factories are gone. This currently fails very badly when an error is dispatched, but the error listeners are themselves failing to be loaded for this reason.

Commits
-------

a961392 [FrameworkBundle] Empty event dispatcher earlier in CacheClearCommand
2017-11-16 23:39:45 +02:00
..
DebugBundle Require v3.4+ of the var-dumper component 2017-09-16 14:21:39 +01:00
FrameworkBundle bug #24971 [FrameworkBundle] Empty event dispatcher earlier in CacheClearCommand (nicolas-grekas) 2017-11-16 23:39:45 +02:00
SecurityBundle Merge branch '3.3' into 3.4 2017-11-16 18:56:55 +02:00
TwigBundle [TwigBundle] Add default Twig templates path as a container param 2017-11-06 12:30:05 +01:00
WebProfilerBundle Merge branch '3.3' into 3.4 2017-11-05 17:59:57 +01:00
WebServerBundle [WebServerBundle] prevent console.terminate from being fired after stopping server 2017-11-10 11:15:02 -05:00
FullStack.php [FrameworkBundle] changed some default configs from canBeEnabled to canBeDisabled 2017-01-07 14:17:04 -08:00