This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
bachir
/
edlp_d8
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
8
Oczekujące zmiany
0
Wiki
Drzewo:
c546d42e72
Gałęzie
Tagi
beta
expo
gammes-couleurs
history-nav
master
performance
prod
random-player
rest
search
studio
3.1
alpha-0.8
alpha-0.7.3
8.5.3
alpha-0.7.2
alpha-0.7.1
8.52
alpha-0.7
alpha-0.6.9.1
alpha-0.6.9
alpha-0.6.8
alpha-0.6.7.1
alpha-0.6.7
alpha-0.6.6
alpha-0.6.5
alpha-0.6.4.1
alpha-0.6.4
alpha-0.6.3
alpha-0.6.2
alpha-0.6.1
alpha-0.6
alpha-0.5.2
alpha-0.5.1
alpha-0.5
alpha-0.4.1
alpha-0.4
alpha-0.3
alpha-0.1
alpha-0.2
8.4.4
edlp_d8
/
vendor
/
symfony
/
debug
/
CHANGELOG.md
CHANGELOG.md
969 B
Historia
Czysty
CHANGELOG
2.8.0
added BufferingLogger for errors that happen before a proper logger is configured
allow throwing from
__toString()
with
return trigger_error($e, E_USER_ERROR);
deprecate ExceptionHandler::createResponse
2.7.0
added deprecations checking for parent interfaces/classes to DebugClassLoader
added ZTS support to symfony_debug extension
added symfony_debug_backtrace() to symfony_debug extension to track the backtrace of fatal errors
2.6.0
generalized ErrorHandler and ExceptionHandler, with some new methods and others deprecated
enhanced error messages for uncaught exceptions
2.5.0
added ExceptionHandler::setHandler()
added UndefinedMethodFatalErrorHandler
deprecated DummyException
2.4.0
added a DebugClassLoader able to wrap any autoloader providing a findFile method
improved error messages for not found classes and functions
2.3.0
added the component