CakePHP 3.4.10 发布,PHP 开发框架
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 发布,PHP 开发框架的主要内容,如果未能解决你的问题,请参考以下文章