Symfony 3.4.8 与 4.0.8 发布,bug 修复

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Symfony 3.4.8 与 4.0.8 发布了。Symfony 是一款基于 MVC 架构的 PHP 框架。Symfony 致力于减少重复代码的编写,以加速 Web 应用的开发和维护。Symfony 与许多关系型数据库集成的也非常好,成本也较小。 此外,...

Symfony 3.4.8 与 4.0.8 发布了。Symfony 是一款基于 MVC 架构的 PHP 框架。Symfony 致力于减少重复代码的编写,以加速 Web 应用的开发和维护。Symfony 与许多关系型数据库集成的也非常好,成本也较小。

此外,Symfony 致力于在企业背景下创建健壮的应用,同时也给予了开发者强大的配置功能:从文件结构到外部目录,几乎所有的东西都可以自定义。Symfony 也捆绑了一些诸如测试、调试、文档生成等额外的 工具 来满足企业的开发过程。

更新内容及下载地址

v4.0.8

更新内容

  • bug #26802 [Security] register custom providers on ExpressionLanguage directly (@dmaicher)

  • bug #26794 [PhpUnitBridge] Catch deprecation error handler (@cvilleger)

  • bug #26788 [Security] Load the user before pre/post auth checks when needed (@chalasr)

  • bug #26792 [Routing] Fix throwing NoConfigurationException instead of 405 (@nicolas-grekas)

  • bug #26774 [SecurityBundle] Add missing argument to security.authentication.provider.simple (@i3or1s, @chalasr)

  • bug #26763 [Finder] Remove duplicate slashes in filenames (@helhum)

  • bug #26758 [WebProfilerBundle][HttpKernel] Make FileLinkFormatter URL format generation lazy (@nicolas-grekas)

下载地址:

v3.4.8

更新内容:

  • bug #26802 [Security] register custom providers on ExpressionLanguage directly (@dmaicher)

  • bug #26794 [PhpUnitBridge] Catch deprecation error handler (@cvilleger)

  • bug #26788 [Security] Load the user before pre/post auth checks when needed (@chalasr)

  • bug #26792 [Routing] Fix throwing NoConfigurationException instead of 405 (@nicolas-grekas)

  • bug #26774 [SecurityBundle] Add missing argument to security.authentication.provider.simple (@i3or1s, @chalasr)

  • bug #26763 [Finder] Remove duplicate slashes in filenames (@helhum)

  • bug #26758 [WebProfilerBundle][HttpKernel] Make FileLinkFormatter URL format generation lazy (@nicolas-grekas)

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

深度探索C++对象模型

深度探索C++对象模型

斯坦利•B.李普曼 (Stanley B. Lippman) / 侯捷 / 电子工业出版社 / 2012-1 / 69.00元

作者Lippman参与设计了全世界第一套C++编译程序cfront,这本书就是一位伟大的C++编译程序设计者向你阐述他如何处理各种explicit(明确出现于C++程序代码中)和implicit(隐藏于程序代码背后)的C++语意。 本书专注于C++面向对象程序设计的底层机制,包括结构式语意、临时性对象的生成、封装、继承,以及虚拟——虚拟函数和虚拟继承。这本书让你知道:一旦你能够了解底层实现模......一起来看看 《深度探索C++对象模型》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换