Symfony is a PHP framework developed by SensioLabs. Symfony 4.2 was released in November 2018.
Symfony is a PHP web framework first released in July 2011 and was created by SensioLabs. Symfony 4.2 was released in November 2018.
Bug fixes
- bug #29343 [Form] Handle all case variants of "nan" when parsing a number (@mwhudson, @xabbuh)
- bug #29373 [Routing] fix trailing slash redirection (@nicolas-grekas)
- bug #29355 [PropertyAccess] calculate cache keys for property setters depending on the value (@xabbuh)
- bug #29369 [DI] fix combinatorial explosion when analyzing the service graph (@nicolas-grekas)
- bug #29349 [Debug] workaround opcache bug mutating "$this" !?! (@nicolas-grekas)
- bug #29344 Fixes sprintf(): Too few arguments in Translator (@stephanedelprat)
- bug #29318 [Console] Move back root exception to stack trace in verbose mode (@chalasr)
Documentation / Resources
- Overview: Documentation for current version.
- Flex: New way to manage Symfony apps.
- Best Practices: Best practices for developing web apps, esp. the ones using the full-stack Symfony framework.
- Symfony Recipes Server: Includes official and community recipes.