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

L'audit Qualité par SensioLabs

200 points de contrôle de votre applicatif web.
audit.sensiolabs.com

Fabien Potencier
symfony 1.0.0 beta 2 released
by Fabien Potencier – December 19, 2006 – 9 comments

I've just released symfony 1.0.0 beta 2.

Major changes since beta 1:

  • Better compatibility with PHP 5.0.X
  • PEAR dependency has been removed
  • Better date support (thanks to chtito)
  • New COPYRIGHT file and licenses/ directory
  • All Propel and Creole classes are now under addon/
  • Phing is now bundled with symfony
  • Script.aculo.us has been updated to 1.7.0 beta2
  • And bug fixes and small enhancements

This release has more than 3400 unit and functional tests.

How to upgrade?

symfony 1.0.0 beta2 is completely compatible with beta1, so you don't need to launch the upgrade task if your project is already running on beta1.

To upgrade from Subversion, you will have to remove the lib/vendor/phing directory before executing svn up.

Add a Comment

You must be connected to post a comment.

Comments RSS

  • gravatar
    #1 snk00sj said on the 2006/12/19 at 15:25
    Going very good ! Keep up the fast updates ! great job !
  • gravatar
    #2 halfer said on the 2006/12/19 at 15:32
    This is great. I haven't tried it yet, but hope to - with Doctrine perhaps - over the holiday period. Keep up the great work, and seasons greetings to the whole team.
  • gravatar
    #3 Todd said on the 2006/12/19 at 17:25
    I did have an issue with the order configuration files are read now. It appears the view.yml file is now read after the setTemplate call in the actions. In previous versions the view.yml was called on the initial action that was called. This isn't confirmed (I didn't look over the change logs in svn) but it's the best explanation to the problems I had after upgrading. See http://www.symfony-project.com/forum/index.php/m/18202/
  • gravatar
    #4 don hosek said on the 2006/12/19 at 19:12
    How do I revert to beta1? I'm having some issues where beta2 is looking for files in the wrong directories (see my post on the forum).
  • gravatar
    #5 don hosek said on the 2006/12/19 at 20:43
    OK, as forum readers will know, I've resolved the problem. See the forum for the rubber chicken swinging necessary for all to be well.
  • gravatar
    #6 pitiBalrog said on the 2006/12/21 at 09:31
    Thanks for your great work!
  • gravatar
    #7 Helio Correia said on the 2006/12/23 at 00:09
    weep walking jonny, ops, team!

    You are destroying!
  • gravatar
    #8 David said on the 2006/12/28 at 05:34
    Is it actually stable enough to run on a poduction environment ?
  • gravatar
    #9 halfer said on the 2006/12/29 at 16:00
    David, I wouldn't recommend for production just yet. Either use the old beta or the old stable - although the latter is very old now. Imagine the new stable is only a month or two away, so if you can wait, I'd recommend doing so.