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.
In addition to some large new features, Symfony 3.3 will also contain minor tweaks to make your work a bit easier.
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.
In Symfony 3.3, the Configuration panel of the Symfony Profiler will show more information about PHP and Symfony.
How to solve the "Undefined class constant PARSE_CONSTANT" error displayed by PHPUnit when running tests in Symfony 3.2 applications.
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.
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.