Downloads:PHP Deserialize - Gallery Codex
Personal tools

Downloads:PHP Deserialize

From Gallery Codex

Author

Bharat Mediratta

Description

Simple Perl script to parse the PHP data files. Gallery 1.x uses PHP's serialize command to encode data structures into a string, which it then writes out to disk. This script can be used to read these data files in case you want to read the data files and see what's in them.

Compatibility

Gallery 1

Usage

perl php-deserialize.pl < album.dat

Download

Php-deserialize.zip