User Tools

Site Tools


fsm:upgrading_fsm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
fsm:upgrading_fsm [2007/05/01 16:29] fgmfsm:upgrading_fsm [2007/12/22 14:45] – external edit 127.0.0.1
Line 1: Line 1:
 ====== Upgrading apps using OSInet FSM ====== ====== Upgrading apps using OSInet FSM ======
 +
 +
 +
 +===== 1.4 to 1.6 =====
 +
 +  * Files have been renamed at temporary version 1.5
 +    * Finite_State_Machine.php used to be u_fsm.php 
 +    * Background_Application.php is introduced: this is a new abstract base class for PHP-GTK applications using an FSM to perform background tasks.
 +    * fsm::* constants have been renamed to Finite_State_Machine:* constants.
 +  * Various changes to ZF coding style.
 +  * No significant feature change, but compatibility broken with the initial FTP downloader.
 +
 ===== 1.3 to 1.4 ===== ===== 1.3 to 1.4 =====
  
 +  * No application changes are necessary, BUT :
   * applications can now use external FSM descriptions in XML format. Building the FSM directly in code still works but it deprecated. It may go away at some later point. Constructors now typically look like just this:   * applications can now use external FSM descriptions in XML format. Building the FSM directly in code still works but it deprecated. It may go away at some later point. Constructors now typically look like just this:
 <php> <php>
Line 10: Line 23:
     }     }
 </php> </php>
 +  * The XML file holding the FSM description is found by default if it is called <foo>.xml for class <foo>. Otherwise, use load_fsm($url);
  
 ===== 1.2 to 1.3 ====== ===== 1.2 to 1.3 ======
fsm/upgrading_fsm.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1