内容简介:Symfony v3.4.9 发布,Symfony 是一款基于 MVC 架构的 PHP 框架。Symfony 致力于减少重复代码的编写,以加速 Web 应用的开发和维护。Symfony 与许多关系型数据库集成的非常好,成本也较小。此版本主要做了大量...
Symfony v3.4.9 发布,Symfony 是一款基于 MVC 架构的 PHP 框架。Symfony 致力于减少重复代码的编写,以加速 Web 应用的开发和维护。Symfony 与许多关系型数据库集成的非常好,成本也较小。此版本主要做了大量 bug 修复。
更新如下:
bug #27074 [Debug][WebProfilerBundle] Fix setting file link format (@lyrixx, @nicolas-grekas)
bug #27088 ResolveBindingsPass: Don't throw error for unused service, missing parent class (@weaverryan)
bug #27086 [PHPUnitBridge] Add an implementation just for php 7.0 (@greg0ire)
bug #26138 [HttpKernel] Catch HttpExceptions when templating is not installed (@cilefen)
bug #27007 [Cache] TagAwareAdapterInterface::invalidateTags() should commit deferred items (@nicolas-grekas)
bug #27067 [HttpFoundation] Fix setting session-related ini settings (@e-moe)
bug #27061 [HttpKernel] Don't clean legacy containers that are still loaded (@nicolas-grekas)
bug #27064 [VarDumper] Fix HtmlDumper classes match (@ogizanagi)
bug #27016 [Security][Guard] GuardAuthenticationProvider::authenticate cannot return null (@biomedia-thomas)
bug #26831 [Bridge/Doctrine] count(): Parameter must be an array or an object that implements Countable (@gpenverne)
bug #27044 [Security] Skip user checks if not implementing UserInterface (@chalasr)
bug #27025 [DI] Add check of internal type to ContainerBuilder::getReflectionClass (@upyx)
bug #26014 [Security] Fixed being logged out on failed attempt in guard (@iltar)
bug #25348 [HttpFoundation] Send cookies using header() to fix "SameSite" ones (@nicolas-grekas, @cvilleger)
bug #26910 Use new PHP7.2 functions in hasColorSupport (@johnstevenson)
bug #26999 [VarDumper] Fix dumping of SplObjectStorage (@corphi)
bug #25841 [DoctrineBridge] Fix bug when indexBy is meta key in PropertyInfo\DoctrineExtractor (@insekticid)
bug #26983 [TwigBridge] [Bootstrap 4] Fix PercentType error rendering. (@alexismarquis)
bug #26980 [TwigBundle] fix formatting arguments in plaintext format (@xabbuh)
bug #26886 Don't assume that file binary exists on *nix OS (@teohhanhui)
bug #26959 [Console] Fix PSR exception context key (@scaytrase)
bug #26899 [Routing] Fix loading multiple class annotations for invokable classes (@1ed)
bug #26643 Fix that ESI/SSI processing can turn a "private" response "public" (@mpdude)
bug #26922 [TwigBundle] fix rendering exception stack traces (@xabbuh)
bug #26773 [HttpKernel] Make ServiceValueResolver work if controller namespace starts with a backslash in routing (@mathieutu)
bug #26857 [HttpKernel] Dont create mock cookie for new sessions in tests (@nicolas-grekas)
bug #26875 [Console] Don't go past exact matches when autocompleting (@nicolas-grekas)
bug #26823 [Validator] Fix LazyLoadingMetadataFactory with PSR6Cache for non classname if tested values isn't existing class (@pascal Montoya, @pmontoya)
bug #26834 [Yaml] Throw parse error on unfinished inline map (@nicolas-grekas)
详情见发布公告。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法导论(原书第3版)
Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein / 殷建平、徐云、王刚、刘晓光、苏明、邹恒明、王宏志 / 机械工业出版社 / 2012-12 / 128.00元
在有关算法的书中,有一些叙述非常严谨,但不够全面;另一些涉及了大量的题材,但又缺乏严谨性。本书将严谨性和全面性融为一体,深入讨论各类算法,并着力使这些算法的设计和分析能为各个层次的读者接受。全书各章自成体系,可以作为独立的学习单元;算法以英语和伪代码的形式描述,具备初步程序设计经验的人就能看懂;说明和解释力求浅显易懂,不失深度和数学严谨性。 全书选材经典、内容丰富、结构合理、逻辑清晰,对本科......一起来看看 《算法导论(原书第3版)》 这本书的介绍吧!