CakePHP 3.5.5 发布了。CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。
更新内容:
- SQLServer no longer reports double column lengths for NVARCHAR and NCHAR columns.
- IntegrationTestSuite::enableCsrfToken() no longer emits errors when the POST body is a string.
- Response::getType() has been added as a replacement for Response::type().
- Network\Socket now supports explicit use of TLS1.1 and 1.2. Support for SSL2 is deprecated and will be removed in 4.0.0.
- IntegrationTestCase::assertResponseCode() now allows custom messages to be set.
- Cake\Http\Client\FormData::addFile() now adds parts as documented.
- Router::$initialized is deprecated. As we migrate to routes being loaded via middleware this property will no longer be in use.
- TableSchema now provides more succinct debug information.
更多内容请查看 changelog