-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathNEWS
40 lines (33 loc) · 868 Bytes
/
NEWS
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
1.2.2 xxxx-xx-xx
========
* TBD
1.2.1 2014-08-29
========
* Compatible with PHP 5.2 - 5.6
1.2.0 2014-08-28
========
* PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE
* PHP bug #54662, unserializing nested objects cause crash
* Other fixes
1.1.1 2011-01-17
========
* Critical crash fix. Thanks to Ilia Alshanetsky for spotting and fixing.
1.1.0 2011-01-17
========
* New ini setting to disable duplicate string compacting
* APC serializer registration (APC 3.1.7 beta)
* Windows support (PHP 5.3)
* Updated serialized binary format (1.1 reads 1.0.x format)
* Minor performance improvements
* Bug fixes
* New source repository at https://github.com/igbinary/igbinary
1.0.2
========
* Bug fix release
1.0.1 2008-07-05
========
* unserialize_callback_func support
* slight speedup when serializing scalars
1.0.0 2008-06-25
========
* Public version