Chris@0: CHANGELOG Chris@0: ========= Chris@0: Chris@0: 3.2.0 Chris@0: ----- Chris@0: Chris@0: * `FlattenException::getTrace()` now returns additional type descriptions Chris@0: `integer` and `float`. Chris@0: Chris@0: Chris@0: 3.0.0 Chris@0: ----- Chris@0: Chris@0: * removed classes, methods and interfaces deprecated in 2.x Chris@0: Chris@0: 2.8.0 Chris@0: ----- Chris@0: Chris@0: * added BufferingLogger for errors that happen before a proper logger is configured Chris@0: * allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);` Chris@0: * deprecate ExceptionHandler::createResponse Chris@0: Chris@0: 2.7.0 Chris@0: ----- Chris@0: Chris@0: * added deprecations checking for parent interfaces/classes to DebugClassLoader Chris@0: * added ZTS support to symfony_debug extension Chris@0: * added symfony_debug_backtrace() to symfony_debug extension Chris@0: to track the backtrace of fatal errors Chris@0: Chris@0: 2.6.0 Chris@0: ----- Chris@0: Chris@0: * generalized ErrorHandler and ExceptionHandler, Chris@0: with some new methods and others deprecated Chris@0: * enhanced error messages for uncaught exceptions Chris@0: Chris@0: 2.5.0 Chris@0: ----- Chris@0: Chris@0: * added ExceptionHandler::setHandler() Chris@0: * added UndefinedMethodFatalErrorHandler Chris@0: * deprecated DummyException Chris@0: Chris@0: 2.4.0 Chris@0: ----- Chris@0: Chris@0: * added a DebugClassLoader able to wrap any autoloader providing a findFile method Chris@0: * improved error messages for not found classes and functions Chris@0: Chris@0: 2.3.0 Chris@0: ----- Chris@0: Chris@0: * added the component