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...
View ArticleNew 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.Added a shortcut to create autowired definitions¶ Contributed by Wouter De Jong in...
View ArticleNew in Symfony 3.3: Improved command descriptors
Contributed by Roland Franssen in #20866 and #20867.One of the most unknown features of the Symfony Console commands is that they can provide alternative output formats, such as XML, JSON, Markdown,...
View ArticleNew in Symfony 3.3: Configurable autowiring setters
Contributed by Kévin Dunglas in #20167.Autowiring allows to register services in the container with minimal configuration. It automatically resolves the service dependencies based on the constructor's...
View ArticleA week of symfony #521 (19-25 December 2016)
This week Symfony fixed some obsolete PHPUnit getMock() usage and introduced new method shortcuts for ArrayNodeDefinition. In addition, the upcoming Symfony 3.3 version proposed the creation of a new...
View ArticleSymfonyLive San Francisco: We’re back!
SymfonyLive is coming back, that’s right, back to our beloved San Francisco for a whole new chapter in our conference series for 2017 and we just had to share the news with you right away!As some of...
View ArticleNew in Symfony 3.3: Cookie improvements
Contributed by Roland Franssen in #20569 and #20644.Add the new max-age attribute¶Starting with PHP 5.5, the setcookie() and setrawcookie() functions send the Max-Age attribute alongside Expires when...
View ArticleA week of symfony #522 (26 December 2016 - 1 January 2017)
This week, Symfony development activity included some forward-compatibility changes for PHP 7.2, improvements in the PHPdoc @return of hundreds of methods so your IDE provides better information, a new...
View ArticleSymfony 2016 Year in Review
The beginning of a new year is the best moment to review all that happened during the previous year. These are some of the highlights of the 2016 year for the Symfony Project.Releases¶We released two...
View ArticleNew in Symfony 3.3: WebServerBundle
Contributed by Fabien Potencier in #21039.PHP 5.4 version introduced a built-in web server that can be used to run your PHP applications locally during development without the need to configure a...
View ArticleA week of symfony #523 (2-8 January 2017)
This week, Symfony added a new Web Server Bundle, implemented lazy collections using generators, made the class optional for named services, added inherit-tags with configurable defaults and changed...
View ArticleNew in Symfony 3.3: Optional class for named services
Contributed by Martin Hasoň and Nicolas Grekas in #21133.Services in Symfony applications are traditionally defined in YAML, XML or PHP configuration files. A typical but simple service definition...
View ArticleNew in Symfony 3.3: Search in dumped contents
Contributed by Maxime Steinhausser in #21109.In Symfony applications, you can use the dump() function as a better replacement of PHP's var_dump() thanks to the VarDumper component. The dumped contents...
View ArticleNew in Symfony 3.3: Memcached Cache Adapter
Contributed by Rob Frawley and Nicolas Grekas in #20858 and#21108.The Symfony Cache component includes several adapters to support different caching mechanisms such as Redis, APCu, the filesystem,...
View ArticleNew in Symfony 3.3: Dependency Injection deprecations
Deprecated dumping an uncompiled container¶ Contributed by Roland Franssen in #20634.The service container in Symfony applications is usually configured with YAML and XML files, but it's dumped into...
View ArticleSymfony 2.7.23 released
Symfony 2.7.23 has just been released. Here is a list of the most important changes:bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)bug...
View ArticleSymfony 2.8.16 released
Symfony 2.8.16 has just been released. Here is a list of the most important changes:bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)bug...
View ArticleSymfony 3.1.9 released
Symfony 3.1.9 has just been released. Here is a list of the most important changes:bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)bug #20605...
View ArticleSymfony 3.2.2 released
Symfony 3.2.2 has just been released. Here is a list of the most important changes:bug #21257 [Profiler][Form] Fix form profiler errors profiler_dump (ogizanagi)bug #21243 [FrameworkBundle] Fix...
View ArticleNew in Symfony 3.3: Dotenv component
Contributed by Fabien Potencier in #21234.A common practice when developing applications is to store some configuration options as environment variables in a .env file (pronounced "dot-env"). You can...
View Article