Table of Contents

Upgrading apps using OSInet FSM

The 2012 versions of the OSInet FSM are expected to be compatible with version 1.6 regarding machine descriptions ; however, the code has been refactored to the PSR-0 autoloading standard, and therefore requires PHP 5.3.

1.4 to 1.6

1.3 to 1.4

  function __construct()
    {
    $this->load_fsm();
    parent::__construct();
    }

1.2 to 1.3

1.1 to 1.2