Symfony 3.4.8 与 4.0.8 发布,bug 修复

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

内容简介: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]


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

查看所有标签

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

算法技术手册

算法技术手册

George T. Heineman、Gary Pollice、Stanley Selkow / 杨晨、李明 / 机械工业出版社 / 2010-3 / 55.00元

《算法技术手册》内容简介:开发健壮的软件需要高效的算法,然后程序员们往往直至问题发生之时,才会去求助于算法。《算法技术手册》讲解了许多现有的算法,可用于解决各种问题。通过阅读它,可以使您学会如何选择和实现正确的算法,来达成自己的目标。另外,书中的数学深浅适中,足够使您可以了解并分析算法的性能。 较之理论而言,《算法技术手册》更专注于应用。《算法技术手册》提供了高效的代码解决方案,使用多种语言......一起来看看 《算法技术手册》 这本书的介绍吧!

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

Base64 编码/解码

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

UNIX 时间戳转换