This week Symfony implemented session locking for PDO, and removed absolute paths from the generated service container. In addition, forms added step attribute to HTML5 time widgets to display seconds if needed and the handling of boolean attributes was fixed for ChoiceFormField.

Symfony2 development highlights

2.3 changelog:

  • 1a64fef: [Form] fixed TrimListenerTest as of PHP 5.5
  • a4b805d: lowered mbstring dep, remove it for Yaml and CssSelector components
  • a52f41d: [Console] improved formatter for double-width character
  • ab1198f: [DomCrawler] fixed image input case sensitive
  • e3983e8: [HttpKernel] fixed default TTL not applied under certain conditions
  • a379298: [Form] automatically add step attribute to HTML5 time widgets to display seconds if needed
  • b505708: [DomCrawler] fixed the handling of boolean attributes in ChoiceFormField
  • 78cff96: [DomCrawler] fixed the initial state for options without value attribute
  • c1450b4: [HttpKernel] removed absolute paths from the generated container
  • 50ec828: [HttpFoundation] implemented session locking for PDO

2.4 changelog:

  • 7b5857c: [Form] fixed FormDataExtractorTest_SimpleValueExporter::exportValue not implementing the interface correctly
  • b505708: [DomCrawler] fixed the handling of boolean attributes in ChoiceFormField

Master changelog:

  • 951acca: [Yaml] fixed YAML Parser does not ignore duplicate keys, violating YAML spec
  • 86f9cb9: [Form] added support for injecting HttpFoundation's RequestStack in ServerParams
  • f9f3852: [Security] removed an unused parameter in some private methods
  • 186b65e: [DomCrawler] changed the default value of checkbox and radio to match the HTML spec

Newest issues and pull requests

They talked about us

Published in #A week of symfony