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

gravatar
Symfony 1.1 end of life approaching
by Nicolas Perriault – June 04, 2009 – 4 comments

As announced when we released it initially, the support for the 1.1 version of symfony comes to its end - targeted for the end of June 2009.

Nowadays, the only good reason to still use Symfony 1.1 is it's compatibility with PHP 5.1. So if you are using Symfony 1.1 and are running php 5.2.4+, we strongly advice you to upgrade your project to the latest 1.2 version of Symfony as soon as possible. The upgrade process is fully documented, and should be a no-brainer.

For those of you who can't upgrade the PHP version they use in production, e.g. those using and running the latest long-term support RHEL, you will be pleased to know that security-related patches will be applied during one more year to the 1.1 branch. So your existing project running Symfony 1.1 on PHP 5.1 are safe until June 2010.

Comments RSS

  • gravatar
    #1 b00giZm said on the 2009/06/04 at 10:26
    That are at least some good news ;) Our production servers run RHEL and so we're forced to live with PHP 5.1.6 for quite a while. Thanks for that!
  • gravatar
    #2 zevero said on the 2009/06/04 at 11:15
    Using doctrine I didn't manage to upgrade the admin generator in the backend.

    See http://trac.symfony-project.org/ticket/5393

    Having made the transition to doctrine and been left behind with the admin generator - sadly to say - quite let me down.

    Is there still an (ugly) way to upgrade to 1.2 without changes in the backend, so I can be up to date in the frontend?
  • gravatar
    #3 Jonathan H. Wage said on the 2009/06/05 at 16:15
    @zevero We removed the old admin generator code from the bundled plugin. So, you could possibly go to the old version of the sfDoctrinePlugin in SVN and grab just the code and admin gen theme and put it in your project or bundle it as a plugin. That way you might be able to use the old admin generators of symfony < 1.2 in your projects.
  • gravatar
    #4 n8v said on the 2009/06/19 at 19:55
    We are also running RHEL in production and I don't like getting off their packaging just for PHP 5.2.

    Not that I've had great support from RedHat or flawless package compatibility, it's just that diverging from the "standard" is too much work for too little benefit.