mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
php: update 0.3.0
This commit is contained in:
parent
2ccb09434f
commit
2a0a847634
56 changed files with 8804 additions and 950 deletions
|
|
@ -1,14 +1,21 @@
|
|||
msgpack extension changelog
|
||||
|
||||
Version 0.3.0
|
||||
-------------
|
||||
* Change msgpack_unpack.c (used template)
|
||||
* Add php_only ini option (true / false)
|
||||
* Change class MessagePack and MessagePackUnpacker __construct option.
|
||||
* Add class MessagePack and MessagePackUnpacker setOption method.
|
||||
|
||||
Version 0.2.1
|
||||
-------------
|
||||
* Fix stream deserializer
|
||||
* Fix stream deserializer.
|
||||
|
||||
Version 0.2.0
|
||||
-------------
|
||||
* Add stream deserializer / class MessagePackUnpacker interface
|
||||
* Add alias functions
|
||||
* Add class MessagePack interface
|
||||
* Add stream deserializer / class MessagePackUnpacker interface.
|
||||
* Add alias functions.
|
||||
* Add class MessagePack interface.
|
||||
|
||||
Version 0.1.5
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue