Archives
Master Symfony2 fundamentals
Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com
Symfony hosting done right
ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com
Discover the SensioLabs Support
Access to the SensioLabs Competency Center for an exclusive and tailor-made support on Symfony
sensiolabs.com
Blog
symfony 1.4.17 released
by
Fabien Potencier
– March 08, 2012
– 6 comments
symfony 1.4.17 has just been released.
Here are the changes from the CHANGELOG:
- [33363] added some tests (closes #3237, patch from Stephen.Ostrow)
- [33362] fixed a notice on PHP 5.4 (closes #9985, patch from bshaffer)
- [33358] fixed Notice with PHP 5.4 (closes #10003)
- [33309] fixed error in Debug mode from sfDebug.class.php when myUser implements sfSecurityUser (closes #9996)
- [33299] reverted [33226] because of side effects (refs #8348)
- [33292] fixed test for PHP 5.3 (patch from pylebecq)
If you've checked out a copy of the tag from Subversion you can switch to the latest version:
$ svn switch http://svn.symfony-project.com/tags/RELEASE_1_4_17
If you are using the PEAR package you can update using the pear command:
$ pear upgrade symfony/symfony-1.4.17
And as always, don't forget to clear your cache after upgrading.





is a trademark of Fabien Potencier. All rights reserved.
Add a Comment
Comments
I have this notice :
Notice: Array to string conversion in lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php on line 1152
It seems there's a PR on github but it's sad symfony 1 version was bumped before this fix has been applied :
https://github.com/doctrine/doctrine1/pull/50
http://www.symfony-project.org/installation
the source link points to the sandbox download.
and the sandbox pointed to the source.