CakePHP 3.5.12 已发布,这是 3.5 分支的维护版本,修复了几个社区报告的问题。更新内容如下:
3.5.12 包括以下的更改内容,查看更新日志以了解每个提交包含的内容
Router::url() now works correctly when the _ssl and _full options are combined.
View no longer fails to add an extension subdirectory when the current controller's name is the same lenght as the extension name.
cake plugin symlink now offers an overwrite option.
Folder::isRegisteredStreamWrapper() now handles custom stream names.
Queries using leftJoinWith() and auto-fields no longer creates invalid SQL.
cake server now allows the ini file used by the server process to be defined via the ini_pathoption.
The bundled CA file was updated to the latest version from mozilla.
FormHelper::control() now passes the required attribute into the datetime widget correctly.
ObjectRegistry::normalizeArray() no longer corrupts the array structure when called multiple times on the same data.
CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。
源码下载:https://github.com/cakephp/cakephp/releases/tag/3.5.12
来自:开源中国社区