内容简介:Symfony 4.1.0-BETA3 发布了,这是 4.1.0 的第三个预正式发布版本,主要更新内容如下: bug #27388 [Routing] Account for greediness when merging route patterns (@nicolas-grekas) bug #27344 [HttpKe...
Symfony 4.1.0-BETA3 发布了,这是 4.1.0 的第三个预正式发布版本,主要更新内容如下:
bug #27388 [Routing] Account for greediness when merging route patterns (@nicolas-grekas)
bug #27344 [HttpKernel] reset kernel start time on reboot (@kiler129)
bug #27365 [Serializer] Check the value of enable_max_depth if defined (@dunglas)
bug #27358 [PhpUnitBridge] silence some stderr outputs (@ostrolucky)
bug #27366 [DI] never inline lazy services (@nicolas-grekas)
bug #27352 Remove reference to the test container after kernel shutdown (@stof)
bug #27350 [HttpKernel] fix deprecation in AbstractTestSessionListener (@alekitto)
bug #27367 [FrameworkBundle] cleanup generated test container (@nicolas-grekas)
bug #27379 [FrameworkBundle] Fix using test.service_container when Client is rebooted (@nicolas-grekas)
bug #27364 [DI] Fix bad exception on uninitialized references to non-shared services (@nicolas-grekas)
bug #27359 [HttpFoundation] Fix perf issue during MimeTypeGuesser intialization (@nicolas-grekas)
security #cve-2018-11408 [SecurityBundle] Fail if security.http_utils cannot be configured
security #cve-2018-11406 clear CSRF tokens when the user is logged out
security #cve-2018-11385 migrating session for UsernamePasswordJsonAuthenticationListener
security #cve-2018-11385 migrating session for UsernamePasswordJsonAuthenticationListener
security #cve-2018-11385 Adding session authentication strategy to Guard to avoid session fixation
security #cve-2018-11385 Adding session strategy to ALL listeners to avoid any possible fixation
security #cve-2018-11386 [HttpFoundation] Break infinite loop in PdoSessionHandler when MySQL is in loose mode
bug #27341 [WebProfilerBundle] Fixed validator/dump trace CSS (@yceruto)
bug #27337 [FrameworkBundle] fix typo in CacheClearCommand (@emilielorenzo)
bug #27292 [Serializer] Fix and improve constraintViolationListNormalizer's RFC7807 compliance (@dunglas)
详情见发布公告。
Symfony 是一个用于 Web 应用程序的 PHP 框架和一组可重用的 PHP 组件,目前成千上万的 Web 应用程序(包括 BlaBlaCar.com 和 Spotify.com)以及大多数流行的 PHP 项目(包括 Drupal 和 Magento)都在使用 Symfony。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Ruby 2.5.1 正式发布,包含 bug 修复和安全修复
- DataGrip 2017.2.2 发布,包含重要的修复
- CLion 2017.3.1 EAP 发布,包含 bug 修复
- pfSense 2.4.3 发布,包含重要的安全修复补丁
- CLion 2017.3 首个 RC 版发布,包含 Bug 修复
- Google Chrome 63.0.3239.84 发布,包含 37 项修复
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
像计算机科学家一样思考Python (第2版)
[美] 艾伦 B. 唐尼 / 赵普明 / 人民邮电出版社 / 2016-7 / 49.00
本书以培养读者以计算机科学家一样的思维方式来理解Python语言编程。贯穿全书的主体是如何思考、设计、开发的方法,而具体的编程语言,只是提供了一个具体场景方便介绍的媒介。 全书共21章,详细介绍Python语言编程的方方面面。本书从基本的编程概念开始讲起,包括语言的语法和语义,而且每个编程概念都有清晰的定义,引领读者循序渐进地学习变量、表达式、语句、函数和数据结构。书中还探讨了如何处理文件和......一起来看看 《像计算机科学家一样思考Python (第2版)》 这本书的介绍吧!