Ruby PHP Serializer

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.

Tags Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries Ruby Modules
Licenses MIT/X
Operating Systems OS Independent
Implementation PHP Ruby

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  04 Apr 2009 08:41
  • Rrelease-after

Changes: 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.

  • Rrelease-mid
  •  17 Sep 2004 13:51
  • Rrelease-after

Changes: Supports extensions that rely on literal Hash.new calls, such as Jan Molic's OrderedHash.

Changes: 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.

No changes have been submitted for this release.

22e154b62235932ddda2cc7c08c93b52_thumb

Project Spotlight

fxmoviemanager

A file manager and playlist with movie thumbnails.

2e86d50a1e8cf4174380e69eda9bd948_thumb

Project Spotlight

LEPL

A Parser Library for Python: Recursive Descent; Full Backtracking