This is the Symfony 2.2.x specific tag. Use it in addition to the symfony2 tag if your question is specific to Symfony 2.2.x — not just 2.x.
Symfony is a PHP full-stack web framework developed and maintained by Sensio Labs.
Information
This tag is specific for the 2.2 version of Symfony, which has been released on the 1 March 2013. See the symfony2 tag for general Symfony 2.x questions.
As of 19 June 2013, the latest stable release of Symfony 2.2 is version 2.2.3.
Living on the edge
There are a set of interesting links on the symfony blog about what's new in this version:
- Console: Autocomplete on the command line;
- Console: Progress bars for long running tasks;
- Console: Hiding passwords given from the CLI;
- Console: Asking the user to choose from a list of choices;
- Finder: Filtering by path;
- Finder: Glob Support for the in() method;
- Finder: Speedup on some Platforms;
- HttpKernel: A new sub-framework to manage resource fragments;
- HttpKernel: Nice fatal errors display;
- HttpKernel: The logging of deprecated calls;
- Process: Getting incremental Output from a Process;
- Process: Restarting a Process;
- Process: Getting the Status of a running Process;
- Routing: URL host support in the Routing;
- Routing: Schema-relative and Path-relative URLs;
- Security: interesting security utilities;
- Validators: Payment related validators;
- FrameworkBundle: some nice performance improvement for functional tests;
- FrameworkBundle: caching for static pages.