CakePHP 3.3.7 发布,添加 JSON 编码格式
欢迎加入运维网交流群:263444886CakePHP 3.3.7 发布了。
CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而又不失灵活性。
更新内容:
Bug修复:
You can expect the following changes in 3.3.7. See the changelog for every commit.
[*] Http\Client no longer sets the Content-Type header on all requests.Instead if there is no request data, the Content-Type header is not sent.
[*] New Entities that contain only translated records now persist correctly.
[*] JsonView no longer hard fails on INF and NAN values. Instead these values are replaced with '0'.
[*] '' is now an accepted key in both Session and Hash::get() operations.
新特性:
[*] Time objects can now have their JSON encode format set to Time::UNIX_TIMESTAMP_FORMAT.
[*] FormHelper::create() now supports the 'enctype' and 'method' options.
[*] Routing now supports multi-extensions like '.csv.gz'.
[*] Composer scripts were added to make running tests and linting easier.
下载地址:
[*] cakephp-3-3-7.zip
[*] Source code (zip)
[*] Source code (tar.gz)
页:
[1]