This version is outdated. You should upgrade your project to Mako 12.1!
Getting started

Upgrading



This guide takes you through the steps needed to migrate from Mako php4.4.x to php4.5.x.


Application

Configuration

The phpapp/config/gatekeeper.php configuration file has been updated with a set of new brute force throttling options.

Structure

There has been made some minor changes to the application structure:

  • The phpapp/commands directory has been moved to phpapp\console\commands.
  • The phpapp/views directory has been moved to phpapp\resources\views.
  • The phpapp/i18n directory has been moved to phpapp\resources\i18n.

Packages

Structure

There has been made some minor changes to the default package structure.

  • The phpviews directory has been moved to phpresources\views.
  • The phpi18n directory has been moved to phpresources\i18n.

Database

Three new fields have been added to the gatekeeper users table (phpusers.failed_attempts, phpusers.last_fail_at and phpusers.locked_until).