Agavi PHP Framework

Agavi PHP Framework

Posts 1-1 of 1
  • David Zülke
    David Zülke    Premium Member   Group moderator
    The company name is only visible to registered members.
    Agavi 1.0.1 RC2 released!
    Hi everyone,

    Agavi 1.0.1 RC2 is now available for download at http://www.agavi.org/

    This maintenance release fixes a number of issues over Agavi 1.0.0 and brings a couple of minor enhancements.

    The following are worth mentioning:
    - Most notable, a race condition in configuration file compilation was fixed that could lead to corrupt compiled files on disk.
    - Arrays that failed validation are now always purged correctly from request data.
    - Exporting values from validators with argument bases is now possible, and it's possible to control the exact use of keys in the process.
    - Caching callbacks in the Execution Filter are now passed the current Execution Container as last argument.
    - The bundled Timezone database was updated to version 2009f.
    - It's now possible to set session_cache_expire(), session_cache_limiter() and session_module_name() through configuration.
    - Support for document/literal wrapped style SOAP services has been improved.
    - Two regressions related to AgaviRoutingCallback::onGenerate() have been fixed.
    - A memory leak in AgaviTranslationManager::getLocaleIdentifier() was fixed.
    - Handling of slashes and dots in Action, View and Model names has been unified - slashes are now always used internally.
    - Several other minor fixes and enhancements.

    As usual, please check the CHANGELOG for a complete list of changes.

    A final release is to follow soon; we're waiting for a new timezone database release that is scheduled for early next week.

    Have a nice weekend,

    David