Symfony blog posts for September 2016
Symfony Reaches 500 Million Downloads
Congratulations! Symfony just reached 500 million downloads!
September 26, 2016 · Published in #CommunityA 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, tomorrow Symfony will achieve 500 million downloads. Join us in the celebration and take part in the photo contest.
September 25, 2016 · Published in #A week of symfonySymfony in the US: News from North America!
Coming to the US: Fabien and SensioLabs have landed in the USA! But what does that mean for Symfony? More evangelization and support on this side of the ocean and beyond!
September 20, 2016 · Published in #CommunityA 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, Symfony 3.2 added lots of new features, such as allowing to inject ENV parameters at runtime and using the VarDumper in the profiler to better display its contents.
September 18, 2016 · Published in #A week of symfonyA 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. Lastly, next week the SymfonyLive London 2016 conference will take place.
September 11, 2016 · Published in #A week of symfonyThe Road to 500 Million Symfony Downloads
We're on the verge of achieving an incredible milestone: 500 million Symfony packages downloaded by the PHP community. Let's celebrate it together!
September 9, 2016 · Published in #SymfonyNew in Symfony 3.2: Filesystem improvements
In Symfony 3.2 we improved the Filesystem component to add two new functions: readlink(), to normalize the behavior of PHP on different operating systems, and hardlink() to create single or multiple hard links to files.
September 7, 2016 · Published in #Living on the edgeNew in Symfony 3.2: YAML deprecations
Symfony 3.2 will introduce some minor YAML deprecations in order to make the Yaml component fully compliant with the YAML specification: white spaces are required after mapping keys and duplicated keys are no longer allowed.
September 6, 2016 · Published in #Living on the edgeA 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 of features, such as clickable lines on toggle dumps, enhanced argument dumping in stack traces and stubs to create links and shorten class names.
September 4, 2016 · Published in #A week of symfonyNew in Symfony 3.2: Improved private services
Symfony 3.2 has improved the behavior of private services to always work as you expect and prevent them from being accessible via the service container.
September 2, 2016 · Published in #Living on the edgeNew in Symfony 3.2: Unicode routing support
In Symfony 3.2, the routing component has been improved to add support for UTF-8 characters and PCRE Unicode properties as part of the route paths and requirements.
September 1, 2016 · Published in #Living on the edge