This week, Symfony project focused on tweaking and polishing all its features before the big Symfony 2.6 launch of the next week, including its shiny new installer. Meanwhile, preparations continued for the SymfonyCon conference, which will take place in Madrid next week and it will be the biggest event in Symfony's history.

Symfony2 development highlights

2.3 changelog:

  • 367ed3c: compared version using PHP_VERSION_ID constant instead of version_compare() function
  • e28f5b8: [FrameworkBundle] be smarter when guessing the document root for the server:run command
  • 92c8dfb: [SecurityBundle] authentication entry point is only registered with firewall exception listener, not with authentication listeners
  • 76273bf: [FrameworkBundle] cache:clear command fills *.php.meta files with wrong data
  • 4162713, 3039935: [HttpFoundation] made Request::get more performant

2.5 changelog:

  • 6e9642a: [WebProfilerBundle] fixed the profiler markup when the form has no name

2.6 changelog:

  • 8cf3d69: [TwigBundle/DebugBundle] moved dump extension & cleanups
  • 5526dd7: [HttpKernel] fixed parse error in DumpDataCollector
  • 8871368: [EventDispatcher] extracted an AbstractEventDispatcherTest from EventDispatcherTest and also use it in ContainerAwareEventDispatcherTest
  • 2065e00, b3db574: [TwigBundle] fixed error page preview for custom twig.exception_controller
  • 0d20753: [WebProfilerBundle] added abbrs with type classes

Newest issues and pull requests

They talked about us

Published in #A week of symfony