まとめ ブログ ダウンロード 掲示板 メール

れぶろぐ

< 2008-08-24 (日) 2008-08-30 (土) > 最新


2008-08-27 (水)

Zend Framework 1.6 RC3 がリリースされました

変更点はこちらを参照。

上のリストを眺めていたら、(1.6 RC3 でなく 1.6 RC2 の時点で)こういう変更がされたらしい。

Prior to 1.6.0RC2 sanity check packages, the following route:

routes.article.type = "Zend_Controller_Router_Route"
routes.article.route = "blog/articles/:id"
routes.article.defaults.controller = blog
routes.article.defaults.action = articles
routes.article.defaults.id = 0
routes.article.reqs.id = "[0-9]+"

would match both 'http://localhost/blog/articles/2000/' and 'http://localhost/blog/articles/2000'; currently, only the latter route now will match.

この仕様変更って、危ないというか、これが原因で動かなくなることがありそうな気がする。大丈夫かいな。

Tags: Zend | このエントリを含む del.icio.us | このエントリを含むはてなブックマーク | このエントリを含む livedoor クリップ | Permalink

編集