Skip to content

Symfony Blog

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

Symfony 2.6 will introduce a new LockHandler that provides a simple abstraction to lock anything by means of a file lock. It's most common use case is to avoid race conditions by locking commands, so the same command cannot be executed concurrently by different processes.
September 24, 2014 #Living on the edge
Starting from Symfony 2.6, the behavior of the assets:install command will be smarter. Now, when your system doesn't support symbolic links or if there is any other problem, the command will silently fall back to make a hard copy of the assets and it will inform you about this.
September 23, 2014 #Living on the edge
We are a few days from the end of Symfony 2.6 development phase. Therefore, this is our last chance to finish all the pending pull requests in time for Symfony 2.6.
September 22, 2014 #Living on the edge #Symfony
This week, the development activity of Symfony increased significantly because we are approaching the end of the development phase for 2.6 version, which is scheduled for the end of this month. As part of the DX initiative, Symfony added four new shortcuts for controllers and simplified a bit the configuration of Twig form themes.
September 21, 2014 #A week of symfony
An interview with Manuel Raynaud, lead developer of Thelia, a Symfony-based e-commerce solution. Introducing the new Thelia 2 and how it's in perfect harmony with Symfony.
September 17, 2014 #Case studies
This week, Symfony project focused on the Intl component, adding some features and proposing a few changes to make it easier to use. Meanwhile, the discussions about the new Symfony installer continued and more changes for Symfony 3.0 were proposed.
September 14, 2014 #A week of symfony
Discover the speaker line-up for SymfonyLive New York, don't miss this great event!
September 9, 2014 #Community #Conferences
This week Symfony released 2.3.19, 2.4.9 and 2.5.4 maintenance version to address several potential security vulnerabilities. In addition, the import/export feature of the web profiler was replaced by a CLI tool.
September 7, 2014 #A week of symfony
FOSUserBundle: Entropy of generated tokens is lost.
September 5, 2014 #Community
September 3, 2014 #Releases