This website works better with JavaScript
首頁
探索
說明
註冊
登入
VendorSoftwareFlowdat3
/
Installer
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
分支:
patch-3
分支列表
標籤列表
6
bugfix-env-empty
feature-export
feature-path-hooks
feature-restart-task
feature-update-mongodb
ftth#92
installer#7
master
patch-2
patch-3
radius#3
stats_command#1
v1.3.1
v1.3.2
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.6
v1.1.5
v1.1.3
v1.1.4
v1.1.2
v0.0.1
v1.1.1
v1.1.0.1
v1.1.0
v1.0.1
Installer
/
behat
/
fd3testES
/
vendor
/
symfony
/
debug
/
CHANGELOG.md
CHANGELOG.md
1.0 KB
永久連結
文件歷史
原始文件
CHANGELOG
3.0.0
removed classes, methods and interfaces deprecated in 2.x
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