mirror of
https://github.com/symfony/debug.git
synced 2026-04-27 19:23:19 +02:00
v4.4.6
* 3.4: [Http Foundation] Fix clear cookie samesite [Security] Check if firewall is stateless before checking for session/previous session [Form] Support customized intl php.ini settings [Security] Remember me: allow to set the samesite cookie flag [Debug] fix for PHP 7.3.16+/7.4.4+ [Validator] Backport translations Prevent warning in proc_open()
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 install symfony/debug
use Symfony\Component\Debug\Debug;
Debug::enable();
Resources
Releases
36
Languages
PHP
100%