内容简介: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 项修复
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
网络多人游戏架构与编程
格雷泽 (Joshua Glazer)、马达夫 (Sanjay Madhav) / 王晓慧、张国鑫 / 人民邮电出版社 / 2017-10-1 / CNY 109.00
本书是一本深入探讨关于网络多人游戏编程的图书。 全书分为13章,从网络游戏的基本概念、互联网、伯克利套接字、对象序列化、对象复制、网络拓扑和游戏案例、延迟、抖动和可靠性、改进的延迟处理、可扩展性、安全性、真实世界的引擎、玩家服务、云托管专用服务器等方面深入介绍了网络多人游戏开发的知识,既全面又详尽地剖析了众多核心概念。 本书的多数示例基于C++编写,适合对C++有一定了解的读者阅读。本......一起来看看 《网络多人游戏架构与编程》 这本书的介绍吧!