Last major change for symfony 1.1 »
If you read the symfony devs mailing-list, you know that we still miss one big feature
before being able to release symfony 1.1.0.
This is not the case anymore. symfony 1.1 now comes with a brand new configuration system.
All config.php files are gone and are replaced with configuration classes.
The new system brings more configurability and flexibility to your projects.
If you already use symfony 1.1 for some of your projects, but don’t have time to test the new system,
you can switch…