tokyo_tyrant: Changelog

Version Message
0.7.0 - PHP 5.4 support
0.6.0 - Fixes PECL Bug #18005
- Fixes PECL Bug #18344
- Fix memory allocation error
- Binary safety fixes (Isamu Arimoto)
- TokyoTyrantTable::put cuts integer key of 2nd argment array. (Isamu Arimoto)
0.5.0 - Fix crash when session_regenerate_id(true) is called
0.4.0 - Fix restore method to use correct timestamp precision
- Dual license under PHP and BSD licenses
0.3.0 - Added multiget for tables. Thanks to Devin
- Fixed binary safety on table methods
0.2.0 - Warnings instead of fatal errors in session handler
- Added TokyoTyrantIterator
- Added getIterator method to TokyoTyrant and TokyoTyrantTable classes
0.1.2 - Make sure that keys and values are binary-safe
0.1.1 - Disabled timeout by default
- Added tune method to change the timeout
0.1.0 - Initial release