Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Nov 12, 2016

MsgPack support streaming, but no info about this, this can be found only in tests.
For me, this feature was deciding.

@codecov-io
Copy link

Current coverage is 86.94% (diff: 100%)

Merging #106 into master will increase coverage by 0.07%

@@ master #106 diff @@ ========================================== Files 8 8 Lines 1249 1233 -16 Methods 0 0 Messages 0 0 Branches 0 0 ========================================== - Hits 1085 1072 -13  + Misses 164 161 -3  Partials 0 0 

Powered by Codecov. Last update 3411376...ad1c3b6

@dpordomingo
Copy link

Quite useful info!
It'd be great if this PR is merged!
thanks @umbri
ping @Sean-Der @laruence

@stamster
Copy link
Contributor

stamster commented Mar 30, 2017

👍 for this PR.

@ghost
Copy link
Author

ghost commented Mar 30, 2017

Seems like this project is dead: use https://github.com/rybakit/msgpack.php
@rybakit Thank you

@ghost
Copy link
Author

ghost commented Mar 30, 2017

Care: #105 #107

@stamster
Copy link
Contributor

@umbri How come it is dead? it is official repo of the msgpack.

@ghost
Copy link
Author

ghost commented Mar 30, 2017

@stamster This is my opinion, no one comment #105 or #107, no one merge pull requests, if you check issues there are much of them, so why I am using https://github.com/rybakit/msgpack.php

@stamster
Copy link
Contributor

@umbri Yes, that's true. Many projects seems abandoned lately, so devs must be busy banging their company code 🥇

@m6w6 m6w6 merged commit ad1c3b6 into msgpack:master Dec 18, 2019
m6w6 added a commit to m6w6/msgpack-php that referenced this pull request Dec 20, 2019
+ 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 data
m6w6 added a commit to m6w6/msgpack-php that referenced this pull request Feb 28, 2020
+ 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 data
m6w6 added a commit that referenced this pull request Feb 28, 2020
+ Improved performance + Upgraded bundled msgpack headers to 3.2.0 * Merged PR #101: Update README in order to match compatibile PHP version * Merged PR #125: fix ce->name is a zend_string * Merged PR #106: Update README * Merged PR #126: add mising tests in archive * Merged PR #135: Add fixes for issue #81 This also includes tests. * Merged PR #143: Fixed build with PHP-7.4 * Fixed issue #139: Segmentation fault when using cloned unpacker * Fixed issue #132: Segfault on session php7.3 * Fixed issue #107: $unpacker->execute() bug * Fixed issue #83: Arrays and negative index * Fixed issue #137: DateTime(Immutable) serialization doesn't work with php 7.4 RC1 * Fixed issue #105: MessagePackUnpacker() bug * Fixed issue #90: msgpack_unpack is super slow (30x times igbinary) on big data sets * Fixed issue #91: Private property in base class * Fixed issue #67: Integer overflow on a 64-bit system * Fixed issue #33: int64 and uint64 decode is not supported in 32-bit php * Fixed issue #119: uint64 numbers are cast to uint on Windows * Fixed issue #134: msgpack-php msgpack_serialize/msgpack_pack not handling properly large int * Fixed issue #81: Serialize optimization * Fixed issue #108: tests/041.phpt failure * Fixed issue #142: Recursion encoded as NULL * Fixed issue #138: Serializers comparison for session like data
m6w6 added a commit that referenced this pull request Aug 20, 2024
+ Improved performance + Upgraded bundled msgpack headers to 3.2.0 * Merged PR #101: Update README in order to match compatibile PHP version * Merged PR #125: fix ce->name is a zend_string * Merged PR #106: Update README * Merged PR #126: add mising tests in archive * Merged PR #135: Add fixes for issue #81 This also includes tests. * Merged PR #143: Fixed build with PHP-7.4 * Fixed issue #139: Segmentation fault when using cloned unpacker * Fixed issue #132: Segfault on session php7.3 * Fixed issue #107: $unpacker->execute() bug * Fixed issue #83: Arrays and negative index * Fixed issue #137: DateTime(Immutable) serialization doesn't work with php 7.4 RC1 * Fixed issue #105: MessagePackUnpacker() bug * Fixed issue #90: msgpack_unpack is super slow (30x times igbinary) on big data sets * Fixed issue #91: Private property in base class * Fixed issue #67: Integer overflow on a 64-bit system * Fixed issue #33: int64 and uint64 decode is not supported in 32-bit php * Fixed issue #119: uint64 numbers are cast to uint on Windows * Fixed issue #134: msgpack-php msgpack_serialize/msgpack_pack not handling properly large int * Fixed issue #81: Serialize optimization * Fixed issue #108: tests/041.phpt failure * Fixed issue #142: Recursion encoded as NULL * Fixed issue #138: Serializers comparison for session like data
m6w6 added a commit that referenced this pull request Aug 20, 2024
+ Improved performance + Upgraded bundled msgpack headers to 3.2.0 * Merged PR #101: Update README in order to match compatibile PHP version * Merged PR #125: fix ce->name is a zend_string * Merged PR #106: Update README * Merged PR #126: add mising tests in archive * Merged PR #135: Add fixes for issue #81 This also includes tests. * Merged PR #143: Fixed build with PHP-7.4 * Fixed issue #139: Segmentation fault when using cloned unpacker * Fixed issue #132: Segfault on session php7.3 * Fixed issue #107: $unpacker->execute() bug * Fixed issue #83: Arrays and negative index * Fixed issue #137: DateTime(Immutable) serialization doesn't work with php 7.4 RC1 * Fixed issue #105: MessagePackUnpacker() bug * Fixed issue #90: msgpack_unpack is super slow (30x times igbinary) on big data sets * Fixed issue #91: Private property in base class * Fixed issue #67: Integer overflow on a 64-bit system * Fixed issue #33: int64 and uint64 decode is not supported in 32-bit php * Fixed issue #119: uint64 numbers are cast to uint on Windows * Fixed issue #134: msgpack-php msgpack_serialize/msgpack_pack not handling properly large int * Fixed issue #81: Serialize optimization * Fixed issue #108: tests/041.phpt failure * Fixed issue #142: Recursion encoded as NULL * Fixed issue #138: Serializers comparison for session like data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants