Download List

專案描述

Ruby PHP Serializer is a Ruby module providing workalikes of PHP's serialize() and unserialize() functions, enabling it to manipulate serialized PHP data structures. It supports Array, Hash, String, Fixnum, Float, NilClass, TrueClass, FalseClass, and Struct, and has some support for arbitary object handling.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-04-04 17:41
1.1.0

This release fixes a number of bugs, adds support for serializing and unserializing PHP session data, and introduces a test suite. This release is also now packaged as a Rubygem.
標籤: Stable

2004-09-17 22:51
1.0.2

Supports extensions that rely on literal Hash.new calls, such as Jan Molic's OrderedHash.
標籤: Minor feature enhancements

2003-06-04 05:33
2003.06.02.2

Support for serialization of arbitary objects was added; any object providing a .to_assoc method can now be serialized to a PHP object of the same name, and back again. Serializing associative arrays as in-order PHP arrays is also supported, meaning serialize() can now cope with anything unserialize() can.
標籤: Minor feature enhancements

2003-06-02 18:49
2003.06.02.1

標籤: Initial freshmeat announcement

Project Resources