Nicolas Grekas f0ae2b4150 Merge branch '3.4' into 4.4
* 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()
2020-03-23 13:37:11 +01:00
2020-01-25 13:44:29 +01:00
2020-03-23 13:37:11 +01:00
2013-04-07 18:19:06 +02:00
2020-03-23 13:37:11 +01:00
2020-01-01 12:03:25 +01:00
2020-02-04 08:40:16 +01: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 install 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%