Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: msgpack/msgpack-php

msgpack-3.0.0: prepare v3.0.0

25 Sep 21:15
@m6w6 m6w6
a934abe
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
SSH Key Fingerprint: J7rnKEt735GKjB28SQSH1y0eLTe/Vpsb77Rd/ZgDQWQ
Verified
Learn about vigilant mode.

Choose a tag to compare

* Add support for PHP-8.1 Enums
 * merges #173
 * fixes #171
* Add support for APCu
 * merges #162, #93
* Add OPT_ASSOC for roundtrip serialization of map.
 * merges #58
Assets 3
Loading
llaville reacted with hooray emoji zeriyoshi and taka-oyama reacted with heart emoji
3 people reacted

msgpack-3.0.0RC1: prepare 3.0.0RC1

23 Aug 08:47
@m6w6 m6w6
b3ed0d7
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
SSH Key Fingerprint: J7rnKEt735GKjB28SQSH1y0eLTe/Vpsb77Rd/ZgDQWQ
Verified
Learn about vigilant mode.

Choose a tag to compare

* Add support for PHP-8.1 Enums
 * merges #173
 * fixes #171
* Add support for APCu
 * merges #162, #93
* Add OPT_ASSOC for roundtrip serialization of map.
 * merges #58
Loading
taka-oyama, zeriyoshi, and mjec reacted with heart emoji
3 people reacted

msgpack-2.2.0: release v2.2.0

02 Jun 10:10
@m6w6 m6w6
472e987
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
GPG key ID: 480E3E14B0A4C7C7
Verified
Learn about vigilant mode.

Choose a tag to compare

No changes from RC2.
* RC2:
 * Fix PHP-8.2 compatibility (see gh issue #165)
* RC1:
 * Fix PHP-8.1 compatibility (see gh issues #161, #157, and #156)
 * Add support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
Loading
llaville and zeriyoshi reacted with hooray emoji
2 people reacted

msgpack-2.2.0RC2: release 2.2.0RC2

07 Oct 09:05
@m6w6 m6w6
8568da4
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
GPG key ID: 480E3E14B0A4C7C7
Verified
Learn about vigilant mode.

Choose a tag to compare

* Fixed PHP-8.2 compatibility (see gh issue #165)
RC1:
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
Loading

msgpack-2.2.0RC1: release 2.2.0RC1

30 Aug 12:26
@m6w6 m6w6
0cd46b1
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
GPG key ID: 480E3E14B0A4C7C7
Verified
Learn about vigilant mode.

Choose a tag to compare

* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
Loading

msgpack-2.1.2: release 2.1.2

27 Nov 18:26
@m6w6 m6w6
b47e8b8
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
GPG key ID: 480E3E14B0A4C7C7
Verified
Learn about vigilant mode.

Choose a tag to compare

* PHP-8 compatibility. (Remi Collet, Michael Wallner)
* Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov)
* Fixed #153 and #147: Small string optimization causes excessive memory
 consumption under specific workloads. (Michael Wallner)
Loading

msgpack-2.1.1: release 2.1.1

27 Jul 11:45
@m6w6 m6w6
4088b6a
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
GPG key ID: 480E3E14B0A4C7C7
Verified
Learn about vigilant mode.

Choose a tag to compare

* Fixed issue #149: msgpack unpack error
Loading

msgpack-2.1.0: release 2.1.0

28 Feb 14:49
@m6w6 m6w6
ec63358
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
GPG key ID: 480E3E14B0A4C7C7
Verified
Learn about vigilant mode.

Choose a tag to compare

+ 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
Loading

msgpack-2.1.0beta1: release 2.1.0beta1

20 Dec 12:23
@m6w6 m6w6
0335247
This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
GPG key ID: 480E3E14B0A4C7C7
Verified
Learn about vigilant mode.

Choose a tag to compare

+ 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
Loading

AltStyle によって変換されたページ (->オリジナル) /