Symfony team released version 1.1.1 of the Symfony framework a few hours ago. This release contains a few important fixes, that could eventually block your development ( session regeneration when using db backend to store sessions ). Here’s the more important stuff :
- The symfony available database based session storage backends are now able to handle session id regeneration,
- Some Propel related tasks failed with a “No connection params set for propel” error message because they didn’t initialize the database manager. We’ve fixed this too.
- The cache now works as expected for component,
- The sfYaml dumper can now dump ordered hashes,
- Plugin Model classes overriding now works in every case,
- … and of course more tests, documentation enhancement and a lot of little bug fixes.
You can read the announcement here and review the full changelog here. Happy coding !








