|
32 | 32 | <api>stable</api>
|
33 | 33 | </stability>
|
34 | 34 | <license filesource="LICENSE">3-Clause-BSD</license>
|
35 |
| - <notes> |
36 |
| - - Fixed PHP-7.3 Compatibility |
37 |
| - </notes> |
| 35 | + <notes><![CDATA[ |
| 36 | ++ Improved performance |
| 37 | ++ Upgraded bundled msgpack headers to 3.2.0 |
| 38 | +* Merged PR #101: Update README in order to match compatibile PHP version |
| 39 | +* Merged PR #125: fix ce->name is a zend_string |
| 40 | +* Merged PR #106: Update README |
| 41 | +* Merged PR #126: add mising tests in archive |
| 42 | +* Merged PR #135: Add fixes for issue #81 This also includes tests. |
| 43 | +* Merged PR #143: Fixed build with PHP-7.4 |
| 44 | +* Fixed issue #139: Segmentation fault when using cloned unpacker |
| 45 | +* Fixed issue #132: Segfault on session php7.3 |
| 46 | +* Fixed issue #107: $unpacker->execute() bug |
| 47 | +* Fixed issue #83: Arrays and negative index |
| 48 | +* Fixed issue #137: DateTime(Immutable) serialization doesn't work with php 7.4 RC1 |
| 49 | +* Fixed issue #105: MessagePackUnpacker() bug |
| 50 | +* Fixed issue #90: msgpack_unpack is super slow (30x times igbinary) on big data sets |
| 51 | +* Fixed issue #91: Private property in base class |
| 52 | +* Fixed issue #67: Integer overflow on a 64-bit system |
| 53 | +* Fixed issue #33: int64 and uint64 decode is not supported in 32-bit php |
| 54 | +* Fixed issue #119: uint64 numbers are cast to uint on Windows |
| 55 | +* Fixed issue #134: msgpack-php msgpack_serialize/msgpack_pack not handling properly large int |
| 56 | +* Fixed issue #81: Serialize optimization |
| 57 | +* Fixed issue #108: tests/041.phpt failure |
| 58 | +* Fixed issue #142: Recursion encoded as NULL |
| 59 | +* Fixed issue #138: Serializers comparison for session like data |
| 60 | + ]]></notes> |
38 | 61 | <contents>
|
39 | 62 | <dir name="/">
|
40 | 63 | <file name="LICENSE" role="doc" />
|
|
0 commit comments