This is the Symfony 2.3.x specific tag. Use it in addition to the symfony2 tag if your question is specific to Symfony 2.3.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.3 version of Symfony, which was released on the 3 June 2013 as the first LTS version of Symfony. See the symfony2 tag for general Symfony 2.x questions.
As of 11 June 2013, the latest stable release of Symfony 2.3 is version 2.3.1.
Living on the edge
There are a set of interesting links on the symfony blog about what's new in this version:
- DomCrawler: Schema-relative URLs;
- DomCrawler: HTML5 forms;
- Console: Events in the Console Component;
- Console: Progress helper enhancements;
- Console: TableHelper;
- Console: Console output in more Formats;
- Console: More Verbosity Levels;
- HttpFoundation: Use Sub-Networks to configure Trusted Proxies;
- Validator: New validators;
- Validator: Comparison Validators;
- Form: Buttons support in Forms;
- Dependency Injection: Lazy Services;
- Dependency Injection: Synchronized services;
- CssSelector: CSS Selector refactoring;
- Intl: Internationalization refactoring;
- Debug: Fatal Error Logging;
- Standard Edition: Interactive Management of the parameters.yml File;
- and many other small enhancements