モノノフ日記

普通の日記です

symfony1.1 Beta2リリース

Symfony 1.1 Beta 2 released - What's new? - Symfony

いつBeta1が出たか知らないんですが、Beta2がリリースされてます。
変更点が多そうなのであとからじっくりリリースノート読んだら追記します。

1.0との互換性

高い互換性が保証されてるみたいです!以下、本文引用。

So now you may ask: "What's the tradeoff?" You probably expect migration problems and expensive upgrade for your applications. Be reassured: Symfony 1.1 is backward compatible with symfony 1.0. That means that:

* 98% of your application code will work without modification
* 1.9% of your application code will be changed automatically by the upgrade 1.1 task
* 0.1% of your application code will have to be changed by hand, and the upgrade 1.1 task will tell you where and how to do it

http://www.symfony-project.org/blog/2008/03/25/symfony-1-1-beta-2-released-what-s-new

ここ注目!GJすぎるー!!

  • 98%のコードは書き換えなくてもOK
  • 1.9%のコードは自動で1.1仕様に変更
  • 0.1%は手動で更新

ベータ導入方法

PEARから
pear upgrade symfony/symfony-beta
subversionから
svn co http://svn.symfony-project.com/tags/RELEASE_1_1_0_BETA2
sandboxから

sf_sandbox_1_1.tgzをダウンロード