CakePHP 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.
Http\Client
Content-Type
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'.
JsonView
INF
NAN
'' is now an accepted key in both Session and Hash::get() operations.
''
Hash::get()
新特性:
Time objects can now have their JSON encode format set to Time::UNIX_TIMESTAMP_FORMAT.
Time::UNIX_TIMESTAMP_FORMAT
FormHelper::create() now supports the 'enctype' and 'method' options.
FormHelper::create()
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)
评论删除后,数据将无法恢复
CakePHP 3.3.7 发布,添加 JSON 编码格式
CakePHP 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\Clientno longer sets theContent-Typeheader on all requests. Instead if there is no request data, theContent-Typeheader is not sent.New Entities that contain only translated records now persist correctly.
JsonViewno longer hard fails onINFandNANvalues. Instead these values are replaced with '0'.''is now an accepted key in both Session andHash::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)