0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Completely new version More... almost 11 years ago
php_serialize readme More... almost 11 years ago
Merge pull request #7 from fromYukki/master More... almost 11 years ago
Fix float precision More... almost 11 years ago
Implement Serialize function More... almost 11 years ago
Unserialize array keys into PhpValue type More... almost 11 years ago
Implement Unserialize function More... almost 11 years ago
Cleanup and beauty More... almost 11 years ago
Move decode function More... almost 11 years ago
Merge pull request #6 from fromYukki/master More... almost 11 years ago
Improve decoding algorithm for Serialized objects. Create test with custom decode function: json More... almost 11 years ago
Merge pull request #5 from fromYukki/master More... almost 11 years ago
Panic instead of fatal on unknown token More... almost 11 years ago
1) Decode objects with Serializable interface and store its raw data; 2) You can have your own decode function for object with custom serialize function ; 3) Improve NULL decoding More... almost 11 years ago
Merge pull request #4 from fromYukki/master More... almost 11 years ago
Decode NULL and objects with Serializable interface +ignore .idea files More... almost 11 years ago
Merge pull request #3 from bruston/errorf More... about 11 years ago
Use fmt.Errorf() More... about 11 years ago
Merge pull request #2 from edmodo/master More... about 11 years ago
add extra regression test More... about 11 years ago
properly decode arrays ending with a value separator More... about 11 years ago
Merge pull request #1 from edmodo/master More... about 11 years ago
run go fmt More... about 11 years ago
allow encoding null values More... about 11 years ago
Change version number More... about 12 years ago
Add support for gonuts.io More... about 12 years ago
Add travis.ci config More... over 12 years ago
Update README.md More... over 12 years ago
Fix bug in array decoding More... over 12 years ago
Add real life test case More... over 12 years ago