http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of fsmThe latest releases for the package fsmFSM 1.4.0
http://pear.php.net/package/FSM/download/1.4.0/
- Pass $payload by reference when mutating.<br />
- Defer updating state until after transitioning.<br />
- Pass the current and next states to callbacks.
2015年06月01日T06:14:48-05:00jonFSM 1.3.1
http://pear.php.net/package/FSM/download/1.3.1/
Added FSM::getCurrentState(), for returning the machine's current state.
2011年02月16日T05:56:16-05:00jonFSM 1.3.0
http://pear.php.net/package/FSM/download/1.3.0/
Added a GraphViz-based renderer for plotting a machine's states. (Request 12475)
2008年02月10日T17:47:12-05:00jonFSM 1.2.5
http://pear.php.net/package/FSM/download/1.2.5/
- Updated the package to use package.xml 2.0 exclusively.<br />
- Cleaned up the user documentation a bit.
2007年12月09日T18:27:39-05:00jonFSM 1.2.4
http://pear.php.net/package/FSM/download/1.2.4/
- Added addTransitionsArray() for adding an array of transitions to the machine. (Request #7338)
2006年04月19日T01:45:29-05:00jonFSM 1.2.3
http://pear.php.net/package/FSM/download/1.2.3/
- Upgraded to package.xml version 2 (via package2.xml).<br />
- Relicensed the package under the MIT license.
2006年01月19日T01:41:33-05:00jonFSM 1.2.2
http://pear.php.net/package/FSM/download/1.2.2/
Small documentation and code cleanups.<br />
setDefaultTransition() was incorrectly removing default transitions.
2005年01月08日T17:50:44-05:00jonFSM 1.2.1
http://pear.php.net/package/FSM/download/1.2.1/
Fixing another bug related to passing the payload by reference.
2003年10月03日T07:54:00-05:00jonFSM 1.2.0
http://pear.php.net/package/FSM/download/1.2.0/
Fixing the call-time pass-by-reference issues with Zend Engine 2.
2003年09月30日T17:37:00-05:00jonFSM 1.1.0
http://pear.php.net/package/FSM/download/1.1.0/
Callback functions may optionally return the name of a new state.
2002年12月29日T21:58:00-05:00jon