Agavi-0.11RC5リリース

agavi-0.11RC5がリリースされました。RC4からの変更点で重要なところは

- Full SOAP support with automatic WSDL generation, automatic class  
mapping (if you like) and even - *thunder*, *lightning* - SOAP  
headers support!
- Support for XSL transformations on configuration files (using <?xml- 
stylesheet?> processing instructions)
- Support for XML namespaces in configuration files
- Automatic handling of GPC magic quotes (proper handling, even for  
array indices, $_FILES and so on)


Also, please consider updating your application to the folAgaviToolkit::expandDirectives()lowing  
changes (old ones still work):

- AgaviConfigHandler::literalize() is deprecated, use  
AgaviToolkit::literalize()
- AgaviConfigHandler::replaceConstants() is deprecated, use  
AgaviToolkit::expandDirectives()
- Request attribute 'matchedRoutes' in 'org.agavi.routing' is  
deprecated, use 'matched_routes' instead

適当に訳すと

変更点

  • SOAPサポート
  • 設定ファイルでXSLが使えるようになった
  • 設定ファイルでXML名前空間が使えるようになった
  • gpc_magic_quote対応

RC4使っている人は変えるべき変更

  • AgaviConfigHandler::literalize()は廃止予定なのでAgaviToolkit::literalize()使え
  • AgaviConfigHandler::replaceConstants()も廃止予定なのでAgaviToolkit::expandDirectives()使え
  • 'org.agavi.routing'内のリクエスト属性'matchedRoutes'が廃止予定なので'matched_routes'を使え