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
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
Symfony 3.2 improved XPath integration by adding support to evaluate XPath expressions. This means that you can perform advanced preprocessing of the information obtained via XPath to simplify the code of your tests.
August 31, 2016
#Living on the edge
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, the upcoming Symfony 3.2 version started to use relative paths in template paths cache and improved the profiler to automatically expand the form nodes that contains children with errors.
August 28, 2016
#A week of symfony
Only 21 days before SymfonyLive London conference, check out the latest news of the event!
August 25, 2016
#Community
#Conferences
This week, the VarDumper component added a new feature to partially dump the cloned data structures. In addition, PHP error handling was greatly improved for Symfony applications: a new config option was added to log/throw all PHP errors; these PHP errors will now trigger an exception in all cases; the formatting of the exceptions in the web debug toolbar was improved, etc. Lastly, the Symfony Core Team added a new member: Grégoire Pineau, known as @lyrixx on GitHub.
August 21, 2016
#A week of symfony
It's my great pleasure to announce that Grégoire Pineau (lyrixx on the Internet) is joining the Symfony Core Team.
August 15, 2016
#Community