Projekt

Obecné

Profil

Stáhnout (1.02 KB) Statistiky
| Větev: | Revize:
1 cb15593b Cajova-Houba
CHANGELOG
2
=========
3
4
3.0.0
5
-----
6
7
* removed classes, methods and interfaces deprecated in 2.x
8
9
2.8.0
10
-----
11
12
* added BufferingLogger for errors that happen before a proper logger is configured
13
* allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);`
14
* deprecate ExceptionHandler::createResponse
15
16
2.7.0
17
-----
18
19
* added deprecations checking for parent interfaces/classes to DebugClassLoader
20
* added ZTS support to symfony_debug extension
21
* added symfony_debug_backtrace() to symfony_debug extension
22
  to track the backtrace of fatal errors
23
24
2.6.0
25
-----
26
27
* generalized ErrorHandler and ExceptionHandler,
28
  with some new methods and others deprecated
29
* enhanced error messages for uncaught exceptions
30
31
2.5.0
32
-----
33
34
* added ExceptionHandler::setHandler()
35
* added UndefinedMethodFatalErrorHandler
36
* deprecated DummyException
37
38
2.4.0
39
-----
40
41
 * added a DebugClassLoader able to wrap any autoloader providing a findFile method
42
 * improved error messages for not found classes and functions
43
44
2.3.0
45
-----
46
47
 * added the component