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/Component/Debug
Nicolas Grekas c86a1a145a Merge branch '3.0'
* 3.0: (31 commits)
  Drop hirak/prestissimo
  [MonologBridge] Uninstallable together with symfony/http-kernel in 3.0.6
  bumped Symfony version to 3.0.7
  updated VERSION for 3.0.6
  updated CHANGELOG for 3.0.6
  bumped Symfony version to 2.8.7
  updated VERSION for 2.8.6
  updated CHANGELOG for 2.8.6
  bumped Symfony version to 2.7.14
  updated VERSION for 2.7.13
  updated CHANGELOG for 2.7.13
  bumped Symfony version to 2.3.42
  [Debug] Fix fatal error handlers on PHP 7
  updated VERSION for 2.3.41
  update CONTRIBUTORS for 2.3.41
  updated CHANGELOG for 2.3.41
  fixed bad merge
  Fixed issue with blank password with Ldap
  limited the maximum length of a submitted username
  [2.3][Component/Security] Fixed phpdoc in AnonymousToken constructor for user param
  ...

Conflicts:
	src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
	src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php
	src/Symfony/Component/HttpKernel/Kernel.php
2016-05-12 10:59:27 -05:00
..
Exception Merge branch '2.8' into 3.0 2016-05-12 10:22:55 -05:00
FatalErrorHandler Merge branch '2.8' 2015-04-24 09:12:41 +02:00
Resources/ext [Debug] Tell that the extension is for PHP 5 only 2016-01-26 00:34:19 +01:00
Tests Merge branch '2.8' into 3.0 2016-05-12 10:22:55 -05:00
.gitignore [Debug] fixed minor bugs 2013-04-07 18:19:06 +02:00
BufferingLogger.php [Debug] Add BufferingLogger for errors that happen before a proper logger is configured 2015-08-29 20:00:45 +02:00
CHANGELOG.md Merge branch '2.8' 2015-09-10 10:18:49 +02:00
composer.json updated version to 3.1 2015-11-30 22:39:17 +01:00
Debug.php Merge branch '2.8' into 3.0 2016-03-10 11:34:12 +01:00
DebugClassLoader.php Merge branch '2.8' into 3.0 2016-03-30 12:41:14 +02:00
ErrorHandler.php Merge branch '2.8' into 3.0 2016-05-12 10:22:55 -05:00
ExceptionHandler.php Merge branch '2.8' into 3.0 2015-12-28 14:14:56 +01:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Debug Component

The Debug component provides tools to ease debugging PHP code.

Resources