Good morning folks,
RC5 was rolled last night and contains a considerable amount of improvements over RC4 besides the obvious bugfixes: - 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 following 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 RC5 also contains a new experimental(!) configuration handling system that uses XML natively. Do not rely on it yet, it will most likely change until 1.0. Right now, only the WSDL configuration handler is a new-style config handler. As always, check the http://trac.agavi.org/browser/tags/0.11.0RC5/ CHANGELOG for a full list of changes! Enjoy, David _______________________________________________ Agavi Dev Mailing List [email protected] http://lists.agavi.org/mailman/listinfo/dev
