mirror of
https://github.com/symfony/debug.git
synced 2026-04-29 04:03:22 +02:00
v4.4.36
The ErrorHandler's job includes handling out of memory (OOM) exceptions, therefore it is imoprtant that that feature works. In the current state, when handling OOM exceptions, the error handler produces an OOM error itself, because the old 10k reserve is apparently not enough anymore. To mitigate that, the reserved memory gets bumped to 32k (which is enouogh).
Debug Component
CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component.
The Debug component provides tools to ease debugging PHP code.
Getting Started
$ composer require symfony/debug
use Symfony\Component\Debug\Debug;
Debug::enable();
Resources
Releases
36
Languages
PHP
100%