CakePHP 2.8.6 发布了。CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而又不失灵活性。
Bug修复
CakeEmail::deliver() now lets subclasses use the static method.
Welcome page now correctly displays PDO related errors.
Query timing metrics are reset on BEGIN/COMMIT/ROLLBACK statements, giving more accurate query timing data.
AuthComponent no longer stores redirect URLs for JSON requests.
Empty strings are removed from the secured field list in FormHelper. (@nojimage)
Icelandic locale (is-is) support was added.
Stateless authentication adapters now store their user data on all requests, not just those that require authorization.
Plugin associations defined with the short name as a key now behave consistently with other declaration modes.
Shutdown events are now triggered by the default error handling controllers.
CakeResponse::header() now treats null values now works like setting '' as a value.
Model::delete() no longer performs joins when simple conditions are used.
CakeSchema can now change column lengths to the database vendor's defaults.
A memory leak in the SmtpTransport has been fixed.
软件详情:https://github.com/cakephp/cakephp/compare/2.8.5...2.8.6
下载地址:https://github.com/cakephp/cakephp/archive/2.8.6.tar.gz
来自:开源中国社区

