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
- Host: GitHub
- URL: https://github.com/kulp/phpserialize
- Owner: kulp
- Created: 2009-10-26T22:53:51.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T19:04:36.000Z (over 1 year ago)
- Last Synced: 2025-02-08T22:15:40.302Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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