An open API service indexing awesome lists of open source software.

https://github.com/kulp/phpserialize

C library for deserialization of PHP data structures
https://github.com/kulp/phpserialize

Last synced: about 1 year ago
JSON representation

C library for deserialization of PHP data structures

Awesome Lists containing this project

README

          

**This project is unmaintained.**

This is a serializer / deserializer library for PHP data structures, written in
C.

I reverse-engineered the behavior from a wire protocol and only later
recognized that the format was a PHP serialization format that was previously
foreign to me.

The implementation is over a decade old as of this writing, and it seems
possible that it may be completely out of date, or missing important
functionality.

Darren Kulp
2020-10-03