首页 > 代码库 > CakePHP 3.4.10 发布,PHP 开发框架
CakePHP 3.4.10 发布,PHP 开发框架
CakePHP 3.4.10 已发布,CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。
更新内容:
-
Sessions now work with trans_sid enabled.
-
Inspecting queries with Xdebug no longer causes
lastInsertId()
to return the incorrect results. -
Validation error messages when Email addresses are invalid are more helpful now.
-
FormHelper can now read values from entity properties that implement
ArrayAccess
. -
ConsoleIo::overwrite()
can now overwrite long content with shorter content correctly. -
Several compatibility issues with PHP 7.2 were fixed.
-
Digest Authentication can now compare the digest hash even when the field is hidden in the entity.
-
Associations contained in
beforeFind
events are now retained on cloned queries. -
MO file parsing correctly handles
Plural-Forms: nplurals=1; plural=0;
. -
Http\Client
now handles redirects instead of the Stream adapter handling them. This resolves an issue where cookies sent in intermediary responses were not being forwarded in subsequent requests. -
The validation package no longer has a hard dependency on cakephp/i18n.
下载地址:
-
cakephp-3-4-10.zip
-
Source code (zip)
-
Source code (tar.gz)
CakePHP 3.4.10 发布,PHP 开发框架