Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

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 #Living on the edge
September 7, 2016 #Releases
September 7, 2016 #Releases
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 #Living on the edge
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 #A week of symfony
September 3, 2016 #Releases
September 3, 2016 #Releases
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 #Living on the edge
September 2, 2016 #Releases
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 #Living on the edge