The Symfony Blog

New in Symfony 3.3: Added new shortcut methods

In addition to some large new features, Symfony 3.3 will also contain minor tweaks to make your work a bit easier.

A week of symfony #520 (12-18 December 2016)

This week Symfony released the 2.7.22, 2.8.15, 3.1.8 and 3.2.1 maintenance versions. In addition, Symfony Components achieved 600 million downloads. Lastly, it was announced that Symfony 4.0 (to be released in November 2017) will require PHP 7.x.

New in Symfony 3.3: Improved the Profiler configuration panel

In Symfony 3.3, the Configuration panel of the Symfony Profiler will show more information about PHP and Symfony.

Symfony 3.2.1 released

Read release notes

Symfony 3.1.8 released

Read release notes

Symfony 2.8.15 released

Read release notes

Symfony 2.7.22 released

Read release notes

How to solve PHPUnit issues in Symfony 3.2 applications

How to solve the "Undefined class constant PARSE_CONSTANT" error displayed by PHPUnit when running tests in Symfony 3.2 applications.

A week of symfony #519 (5-11 December 2016)

This week, Symfony focused on fixing some of the issues reported for the recently published 3.2.0 version. In addition, we fixed some issues discovered after the PHP 7.1 version release. Lastly, Apc/WinCache/Xcache class loaders were deprecated in preparation of the upcoming deprecation of the entire ClassLoader component.

New in Symfony 3.3: Added support for formaction and formmethod attributes

In Symfony 3.3, the DomCrawler component added support for the formaction and formmethod attributes that form buttons can define to override the original action and method defined by the form.