Filter posts by publication date
This week, Symfony's development activity increased significantly, with more than 60 pull requests merged and 90 issues closed. Countless fixes and tweaks were added across all components, including: added the new HTTP 451 status code, fixed template location for PHP templates, added HTTP status code in the Ajax panel of the debug toolbar, added a data: URI normalizer in Serializer and used PHP 5.5 generators in the Cache component.
January 31, 2016
#A week of symfony
This week Symfony added a new PSR-6 compliant cache component. Meanwhile, a lot of fixes and improvements were added, such as a DateTime normalizer for the Serializer component, test optimizations, web profiler tweaks, support for generating absolute URLs in CLI, etc. In addition, the first details of the SymfonyLive Paris 2016 conference were unveiled.
January 24, 2016
#A week of symfony
In this case study, Liip explains how they used Symfony to build a very demanding and API-centric application for the biggest retail company in Switzerland.
January 21, 2016
#Case studies
La conférence SymfonyLive Paris est annoncée, elle aura lieu les 7 et 8 avril 2016 à la Cité Internationale Universitaire de Paris.
Le CFP et les inscriptions au tarif early bird sont ouverts, venez participer à l'événement.
January 19, 2016
#Community
#Conferences
CVE-2016-1902 fixes the SecureRandom class when OpenSSL fails.
January 18, 2016
#Security Advisories
This week Symfony released four maintenance versions: 2.3.37, 2.6.13, 2.7.9 and 2.8.2. Besides the usual bug fixes, the main change introduced by these versions is the removal of our custom random number generator. Symfony now uses PHP's built-in random_bytes() and random_int() functions and the appropriate polyfill for those applications still using PHP 5.x.
January 17, 2016
#A week of symfony
If you have created a new Symfony project recently, you may have noticed a big change in the development log file. Now we only log the important information, which makes log files cleaner and improves the development experience.
January 14, 2016
#Living on the edge
This week, Symfony continued with the mild development activity of the last weeks. The most significant changes were that FrameworkBundle now allows to autowire the service_container and that a bug related to assets version strategy was fixed.
January 10, 2016
#A week of symfony
This week, development activity was much less intense than usual. In addition to some minor fixes and tweaks, the Form component improved the performance of the ChoiceType and its subtypes .
January 3, 2016
#A week of symfony