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