开源的 PHP 框架,Symfony v3.2.7 发布

jopen 7年前
   <p style="text-align: center;"><strong><img alt="" src="https://simg.open-open.com/show/2d72b21387185280a086dae66e632a36.png" /></strong></p>    <p> </p>    <p>Symfony是一个基于MVC模式的面向对象的PHP5框架。Symfony允许在一个web应用中分离事务控制,服务逻辑和表示层。简单的模板功能symfony是一个开源的PHP Web框架。</p>    <h2>更新日志</h2>    <ul>     <li>bug <a href="/misc/goto?guid=4959005097561005339">#22285</a> [HttpKernel] Fix forward compat with Request::setTrustedProxies() (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005097676844246" title="Allow Upper Case property names">#22265</a> Allow Upper Case property names (<a href="/misc/goto?guid=4959005097775396887">@insekticid</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005097872415185">#22258</a> [DI] Autowiring and factories are incompatible with each others (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005097973086253">#22254</a> [DI] Don't use auto-registered services to populate type-candidates (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004926820266118">#22229</a> [ExpressionLanguage] Provide the expression in syntax errors (<a href="/misc/goto?guid=4959004926942020162">@k0pernikus</a>, <a href="/misc/goto?guid=4959004927046923369">@stof</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005098178087235">#22251</a> [PropertyInfo] Support nullable array or collection (<a href="/misc/goto?guid=4959002328143932906">@4rthem</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004927163608151" title="[DI] Fix fatal error at ContainerBuilder::compile() if config is not installed">#22240</a> [DI] Fix fatal error at ContainerBuilder::compile() if config is not installed (<a href="/misc/goto?guid=4959001546420936386">@chalasr</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004927300298655" title="[Form] Improve the exceptions when trying to get the data in a PRE_SET_DATA listener and the data has not already been set">#22140</a> [Form] Improve the exceptions when trying to get the data in a PRE_SET_DATA listener and the data has not already been set (<a href="/misc/goto?guid=4959004927422146350">@fancyweb</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004927527295609">#22217</a> [Console] Fix table cell styling (<a href="/misc/goto?guid=4959001551000571377">@ro0NL</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004927674893073">#22194</a> [Console] CommandTester: disable color support detection (<a href="/misc/goto?guid=4959004927788851597">@julienfalque</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004927920073542">#22188</a> [Console] Revised exception rendering (<a href="/misc/goto?guid=4959001551000571377">@ro0NL</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004928045463190" title="[WebProfilerBundle] Normalize whitespace in exceptions passed in headers">#22154</a> [WebProfilerBundle] Normalize whitespace in exceptions passed in headers (<a href="/misc/goto?guid=4959004928159427147">@curry684</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005098631720031">#22183</a> [Process] Fix bug which wiped or mangled env vars (<a href="/misc/goto?guid=4959005098721979486">@pjcdawkins</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004928263142067">#22142</a> [Console] Escape exception messages in renderException (<a href="/misc/goto?guid=4959001546420936386">@chalasr</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004928391691213">#22172</a> Fix port usage in server:status command (<a href="/misc/goto?guid=4959004928506318544">@alcaeus</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004928635259411" title="[Bridge\Doctrine] Fix change breaking doctrine-bundle test suite">#22164</a> [Bridge\Doctrine] Fix change breaking doctrine-bundle test suite (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005098954370953">#22159</a> [FrameworkBundle] Cache pool clear command requires at least 1 pool (<a href="/misc/goto?guid=4959001551000571377">@ro0NL</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004928808443125">#22133</a> [Filesystem] normalize paths before making them relative (<a href="/misc/goto?guid=4959001546029971732">@xabbuh</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004928969995694" title="[HttpFoundation][bugfix] $bags should always be initialized">#22138</a> [HttpFoundation][bugfix] $bags should always be initialized (<a href="/misc/goto?guid=4959004929098738544">@MacDada</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004929224048956">#21810</a> <a href="/misc/goto?guid=4959004929344609403">#21809</a> [SecurityBundle] bugfix: if security provider's name contains upper cases then container didn't compile (<a href="/misc/goto?guid=4959004929471732974">@Antanas</a> Arvasevicius)</li>     <li>bug <a href="/misc/goto?guid=4959005099262986440">#22123</a> [WebProfilerBundle] Fix for CSS attribute at Profiler Translation Page (<a href="/misc/goto?guid=4959004929910878559">@e-moe</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004929593723207" title="[Security] Fixed roles serialization on token from user object">#19778</a> [Security] Fixed roles serialization on token from user object (<a href="/misc/goto?guid=4959004929710528916">@eko</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005099444883847">#22036</a> Set Date header in Response constructor already (<a href="/misc/goto?guid=4959005099533241062">@mpdude</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004929809221335" title="[Validator] fix URL validator to detect non supported chars according to RFC 3986">#22022</a> [Validator] fix URL validator to detect non supported chars according to RFC 3986 (<a href="/misc/goto?guid=4959004929910878559">@e-moe</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005099660872481" title="[HttpFoundation] Fix missing handling of for/host/proto info from "Forwarded" header">#21849</a> [HttpFoundation] Fix missing handling of for/host/proto info from "Forwarded" header (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004930005901868" title="Fixed pathinfo calculation for requests starting with a question mark.">#21968</a> Fixed pathinfo calculation for requests starting with a question mark. (<a href="/misc/goto?guid=4959004930101357247">@syzygymsu</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005099827872385">#22027</a> Revert "bug <a href="/misc/goto?guid=4959001546322997867">#21841</a> [Console] Do not squash input changes made from console.command event (chalasr)" (<a href="/misc/goto?guid=4959001546420936386">@chalasr</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004930207385525" title="[HttpFoundation] Fix Request::getHost() when having several hosts in X_FORWARDED_HOST">#21846</a> [HttpFoundation] Fix Request::getHost() when having several hosts in X_FORWARDED_HOST (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004930306748046">#21208</a> [Validator] Add object handling of invalid constraints in Composite (<a href="/misc/goto?guid=4959004930398250523">@SenseException</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004930479401279">#22044</a> [Serializer] [XML] Ignore Process Instruction (<a href="/misc/goto?guid=4959004930573333065">@jordscream</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005100119303990">#22090</a> [WebProfilerBundle] Fix Content-Security-Policy compatibility in case of a <code>style-src 'self'</code> policy (<a href="/misc/goto?guid=4959001548003379193">@romainneutron</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004930664196953">#22079</a> [HttpKernel] Fixed bug with purging of HTTPS URLs (<a href="/misc/goto?guid=4959004930747755583">@ausi</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005100299975181" title="[WebProfilerBundle] Handle Content-Security-Policy-Report-Only header correctly">#22045</a> [WebProfilerBundle] Handle Content-Security-Policy-Report-Only header correctly (<a href="/misc/goto?guid=4959001548003379193">@romainneutron</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004930845599368" title="#20411 fix Yaml parsing for very long quoted strings">#21523</a> <a href="/misc/goto?guid=4958999096678978435">#20411</a> fix Yaml parsing for very long quoted strings (<a href="/misc/goto?guid=4959004930952552879">@RichardBradley</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004931035076941" title="[Doctrine Bridge] fix priority for doctrine event listeners">#22001</a> [Doctrine Bridge] fix priority for doctrine event listeners (<a href="/misc/goto?guid=4959002160011928325">@dmaicher</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005100555885755" title="[FrameworkBundle] improve message when workflows are missing">#22040</a> [FrameworkBundle] improve message when workflows are missing (<a href="/misc/goto?guid=4959001546029971732">@xabbuh</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005100649791506">#22032</a> [FrameworkBundle] Fix translation dep constraint (<a href="/misc/goto?guid=4959001546420936386">@chalasr</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005100752217078">#21996</a> [Cache] Enhance error reporting for FilesystemAdapter (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004931152895684">#21981</a> [Console] Use proper line endings in BufferedOutput (<a href="/misc/goto?guid=4959004927788851597">@julienfalque</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005100895469803">#21976</a> [VarDumper] Add missing isset() checks in some casters (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959005100997666454">#21973</a> [VarDumper] Add missing isset() checks in some casters (<a href="/misc/goto?guid=4959001549317585438">@nicolas-grekas</a>)</li>     <li>bug <a href="/misc/goto?guid=4959004931253368585">#21957</a> [Form] Choice type int values (BC Fix) (<a href="/misc/goto?guid=4959004931329450018">@mcfedr</a>)</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4959005101151652297" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4959005101250416304" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/4abf3e99">http://www.open-open.com/news/view/4abf3e99</a></p>