Julius Šakalys 346e1507ee Increased the reserved memory from 10k to 32k
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).
2021-11-29 10:40:48 +02:00
2013-04-07 18:19:06 +02:00
2020-12-10 17:34:26 +01:00
2020-09-02 18:08:58 +02:00
2021-01-01 10:24:35 +01:00
2021-09-24 15:30:14 +02:00

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

S
Description
No description provided
Readme MIT 1.9 MiB
Latest
2022-07-29 14:24:20 +02:00
Languages
PHP 100%