New extension: msgpack
[email protected] (advect) Sat, 5 Jun 2010 19:15:52 +0900
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I would like to present an MessagePack extension. MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small. http://msgpack.sourceforge.net/ The extension is currently hosted on Google Code: http://code.google.com/p/php-msgpack/ I would like to add this extension in PECL.