summaryrefslogtreecommitdiff
path: root/php/ChangeLog
blob: 3cee3b60ab6345649b4993fa4e1ffb514fcb5b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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.

Version 0.2.0
-------------
	* Add stream deserializer / class MessagePackUnpacker interface.
	* Add alias functions.
	* Add class MessagePack interface.

Version 0.1.5
-------------
	* Add msgpack_pack.c
	* Add msgpack_unpack.c
	* Update msgpack.c

Version 0.1.4
-------------
	* Change broken random data.
	* Support PHP 5.2.x version.

Version 0.1.3
-------------
	* Fix broken random data.
	* Change arrays and objects.

Version 0.1.2
-------------
	* Add Serializable class support.
	* Fix arrays and objects reference.

Version 0.1.1
-------------
	* Add session support.

Version 0.1.0
-------------
	* Initial release.