A week of symfony #504 (22-28 August 2016)
This week Symfony development activity focused on small code refactorings, such as providing forward compatibility with PHP 7.2, and minor improvements related to DX (developer experience). Meanwhile,...
View ArticleNew in Symfony 3.2: Added support for XPath expressions
Contributed by Jakub Zalas in #19430.XPath is an expression language mostly used in web applications to select nodes in XML/HTML documents. Although selecting nodes with XPath is more complex than...
View ArticleNew in Symfony 3.2: Unicode routing support
Contributed by Nicolas Grekas in #19604.In Symfony 3.2, the routing component has been improved to add support forUTF-8 characters in route paths and requirements. Thanks to the newutf8 route option,...
View ArticleSymfony 2.7.17 released
Symfony 2.7.17 has just been released. Here is a list of the most important changes:bug #19794 [VarDumper] Various minor fixes & cleanups (nicolas-grekas)bug #19751 Fixes the calendar in...
View ArticleNew in Symfony 3.2: Improved private services
Contributed by Hugo Hamon in #19146.Private services have been supported in the Symfony Service Container since day one. By default all services are public, but setting the public option to false will...
View ArticleSymfony 2.8.10 released
Symfony 2.8.10 has just been released. Here is a list of the most important changes:bug #19786 Update profiler's layout to use flexbox (javiereguiluz)bug #19794 [VarDumper] Various minor fixes &...
View ArticleSymfony 3.1.4 released
Symfony 3.1.4 has just been released. Here is a list of the most important changes:bug #19812 [WebProfilerBundle] Fix margin on toolbar route panel when no route is found in the request...
View ArticleA week of symfony #505 (29 August - 4 September 2016)
This week Symfony released 2.7.17, 2.8.10 and 3.1.4 maintenance versions. Meanwhile, a recent and controversial change about unsubmitted forms was reverted. Lastly, the VarDumper component gained a lot...
View ArticleNew in Symfony 3.2: YAML deprecations
Symfony 3.2 will introduce some minor YAML deprecations in order to make theYaml component fully compliant with the YAML specification.Deprecated missing spaces after map keys¶ Contributed by Christian...
View ArticleSymfony 2.7.18 released
Symfony 2.7.18 has just been released. Here is a list of the most important changes:bug #19859 [ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1) (nicolas-grekas)bug #19780...
View ArticleSymfony 2.8.11 released
Symfony 2.8.11 has just been released. Here is a list of the most important changes:bug #19859 [ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1) (nicolas-grekas)bug #19780...
View ArticleNew in Symfony 3.2: Filesystem improvements
The Filesystem component is a small package that provides convenient utilities for common file system operations. It also abstracts the different behavior of operating systems for some of those file...
View ArticleThe Road to 500 Million Symfony Downloads
Symfony 2.0 was released on July 28th, 2011. The biggest difference from Symfony 1.x was the internal architecture of the framework, which was designed around a set of stand-alone and decoupled PHP...
View ArticleA week of symfony #506 (5-11 September 2016)
This week, Symfony 2.7.18 and 2.8.11 maintenance versions were released. Meanwhile, a new contest was announced to celebrate that Symfony is achieving 500 million downloads and you can win cool prizes....
View ArticleA week of symfony #507 (12-18 September 2016)
This week Symfony continued adding forward compatibility with the upcoming PHP 7.1 version: the nullable support was fixed and the ReflectionType changes were implemented in PropertyInfo. Meanwhile,...
View ArticleSymfony in the US: News from North America!
Hi guys!Over 11 years, Symfony has grown from an idea living in Fabien's head to a family of tools that is used in nearly every country on Earth. How do you grow that fast and affect so many people?...
View ArticleA week of symfony #508 (19-25 September 2016)
This week, Symfony development activity focused on fixes and adding minor features. Meanwhile, Twig released its 1.25.0 version, deprecating some methods/features and making others more robust. Lastly,...
View ArticleSymfony Reaches 500 Million Downloads
We did it! On September 26th, we achieved a huge milestone: 500 million Symfony packages have been downloaded by the PHP community! Thank you to thecountless developers, contributors, companies,...
View ArticleA week of symfony #509 (26 September - 2 October 2016)
This week, Symfony development activity focused on performance. First, the FrameworkBundle made a lot of dependencies optional: Asset, Translation, Templating, Security Core, Doctrine annotations, etc....
View ArticleSymfony 2.7.19 released
Symfony 2.7.19 has just been released. Here is a list of the most important changes:bug #20102 [Validator] Url validator not validating hosts ending in a number (gwkunze)bug #20132 Use "more entropy"...
View Article