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
Nicolas Grekas dee2fcb50d bug #30264 [Debug][ErrorHandler] Preserve next error handler (fancyweb)
This PR was merged into the 3.4 branch.

Discussion
----------

[Debug][ErrorHandler] Preserve next error handler

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/issues/30140
| License       | MIT
| Doc PR        | -

Thank you @cuchac

Getting the current error handler in the error handler itself actually works. If you try to see the content of the `$currentErrorHandler` var however, you will always see `null`. That's why I thought it was impossible. Because I did not test from end to end until today.

Commits
-------

a8b34348e7 [Debug][ErrorHandler] Preserve next error handler
2019-02-16 18:23:37 +01:00
..
Asset switched array() to [] 2019-01-16 10:39:14 +01:00
BrowserKit switched array() to [] 2019-01-16 10:39:14 +01:00
Cache fixed short array CS in comments 2019-01-16 14:27:11 +01:00
ClassLoader switched array() to [] 2019-01-16 10:39:14 +01:00
Config minor #30023 [Config] fix compat with wrapping autoloaders (nicolas-grekas) 2019-01-30 12:33:42 +01:00
Console bug #29844 [Console] Fixed #29835: ConfirmationQuestion with default true for answer '0' (mrthehud) 2019-01-25 11:42:12 +01:00
CssSelector switched array() to [] 2019-01-16 10:39:14 +01:00
Debug [Debug][ErrorHandler] Preserve next error handler 2019-02-16 11:38:56 +01:00
DependencyInjection bug #30046 [DI] Fix dumping Doctrine-like service graphs (nicolas-grekas) 2019-01-30 18:48:51 +01:00
DomCrawler fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Dotenv Grammar fix in exception message 2019-01-21 14:02:53 +01:00
EventDispatcher fixed short array CS in comments 2019-01-16 14:27:11 +01:00
ExpressionLanguage fixed CS in ExpressionLanguage fixtures 2019-01-16 13:52:19 +01:00
Filesystem [Filesystem] Fixed some docblocks and typos 2019-02-04 22:34:32 +01:00
Finder fixed CS 2019-01-16 14:43:35 +01:00
Form allow to skip tests based on the supported version 2019-02-14 15:58:36 +01:00
HttpFoundation Remove gendered pronouns 2019-01-27 10:04:14 +01:00
HttpKernel Remove "internal" annotation from datacollector serialization methods 2019-02-08 13:25:22 +01:00
Inflector fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Intl fix some minor typos 2019-02-02 11:16:32 +01:00
Ldap switched array() to [] 2019-01-16 10:39:14 +01:00
Lock switched array() to [] 2019-01-16 10:39:14 +01:00
OptionsResolver switched array() to [] 2019-01-16 10:39:14 +01:00
Process fixed short array CS in comments 2019-01-16 14:27:11 +01:00
PropertyAccess switched array() to [] 2019-01-16 10:39:14 +01:00
PropertyInfo switched array() to [] 2019-01-16 10:39:14 +01:00
Routing [Routing] backport tests from 4.1 2019-01-29 09:47:12 +01:00
Security [Security] fix switch user without having current token 2019-02-09 10:27:13 +01:00
Serializer Replace gender by eye color in tests 2019-01-26 20:55:54 +01:00
Stopwatch switched array() to [] 2019-01-16 10:39:14 +01:00
Templating switched array() to [] 2019-01-16 10:39:14 +01:00
Translation bug #29961 [Translation] Concatenated translation messages (Stadly) 2019-01-25 11:00:44 +01:00
Validator added missing dot 2019-02-16 12:46:43 +01:00
VarDumper [VarDumper] Fixed phpDoc 2019-02-07 09:14:15 +01:00
WebLink switched array() to [] 2019-01-16 10:39:14 +01:00
Workflow switched array() to [] 2019-01-16 10:39:14 +01:00
Yaml fixed CS on YAML fixtures 2019-01-16 11:59:17 +01:00