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