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
Grégoire Pineau d80589c2d4 [Debug] Swap dumper services at bootstrap
This commit fix a bug when using debug function too soon.
For example, if you call dump function during kernel::boot() the
dump output will be sent to stderr, even in a web context.

With this patch, the data collector is used by default, so the
dump output is send to the WDT. In a CLI context, if dump is used
too soon, the datacollector will buffer it, and release it at the
end of the script. So in this case everything will be visible by the
end used.
2016-08-17 13:57:44 +02:00
..
Bridge Remove usage of __CLASS__ outside of a class 2016-08-03 21:26:43 +02:00
Bundle [Debug] Swap dumper services at bootstrap 2016-08-17 13:57:44 +02:00
Component [Debug] Swap dumper services at bootstrap 2016-08-17 13:57:44 +02:00